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