2019-03-19 00:21:48 +08:00
|
|
|
# Sandbox2
|
|
|
|
|
|
|
|
Sandbox2 is a C++ security sandbox for Linux which can be used to run untrusted
|
|
|
|
programs or portions of programs in confined environments. The idea is that the
|
|
|
|
runtime environment is so restricted that security bugs such as buffer overflows
|
|
|
|
in the protected region cause no harm.
|
|
|
|
|
2019-09-04 20:21:29 +08:00
|
|
|
## Documentation
|
2019-03-19 00:21:48 +08:00
|
|
|
|
2019-09-04 20:21:29 +08:00
|
|
|
Detailed developer documentation is available on the Google Developers site for Sandboxed API under
|
|
|
|
[Sandbox2](hhttps://developers.google.com/sandboxed-api/docs/sandbox2/overview).
|
2019-03-19 00:21:48 +08:00
|
|
|
|
2019-09-04 20:21:29 +08:00
|
|
|
There is also a
|
|
|
|
[Getting Started](https://developers.google.com/sandboxed-api/docs/sandbox2/getting-started)
|
|
|
|
guide for Sandbox2.
|
2019-03-19 00:21:48 +08:00
|
|
|
|