xref: /aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/README.md (revision ec63e07ab9515d95e79c211197c445ef84cefa6a)
1*ec63e07aSXin Li# Sandbox2
2*ec63e07aSXin Li
3*ec63e07aSXin LiSandbox2 is a C++ security sandbox for Linux which can be used to run untrusted
4*ec63e07aSXin Liprograms or portions of programs in confined environments. The idea is that the
5*ec63e07aSXin Liruntime environment is so restricted that security bugs such as buffer overflows
6*ec63e07aSXin Liin the protected region cause no harm.
7*ec63e07aSXin Li
8*ec63e07aSXin Li## Documentation
9*ec63e07aSXin Li
10*ec63e07aSXin LiDetailed developer documentation is available on the Google Developers site for Sandboxed API under
11*ec63e07aSXin Li[Sandbox2](https://developers.google.com/code-sandboxing/sandbox2).
12*ec63e07aSXin Li
13*ec63e07aSXin LiThere is also a
14*ec63e07aSXin Li[Getting Started](https://developers.google.com/code-sandboxing/sandbox2/getting-started)
15*ec63e07aSXin Liguide for Sandbox2.
16*ec63e07aSXin Li
17