Christian Blichmann 5d81c822d8 Automated rollback of commit e56f562fe226da5ec87cd8cb0610fceca1ad638c.
PiperOrigin-RevId: 296178631
Change-Id: I0f871aeecd70e9d2f99c7d52d94c6043a1668325
2020-02-20 04:26:37 -08:00
..
2020-02-17 06:54:52 -08:00
2020-01-31 05:39:25 -08:00
2019-10-07 02:36:35 -07: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.

Documentation

Detailed developer documentation is available on the Google Developers site for Sandboxed API under Sandbox2.

There is also a Getting Started guide for Sandbox2.