sandboxed-api/sandboxed_api/sandbox2/README.md
Sandboxed API Team 9931593fdc Corrects typo in link
PiperOrigin-RevId: 273248066
Change-Id: I37682d1b82fbe0b0e06d43dfe511da0d6aaa8c5a
2019-10-07 02:36:35 -07:00

17 lines
622 B
Markdown

# 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.
## Documentation
Detailed developer documentation is available on the Google Developers site for Sandboxed API under
[Sandbox2](https://developers.google.com/sandboxed-api/docs/sandbox2/overview).
There is also a
[Getting Started](https://developers.google.com/sandboxed-api/docs/sandbox2/getting-started)
guide for Sandbox2.