Sandboxed API Team 0a0ac6a66b Automated rollback of commit 4d625e521b8f6d6f3209aa703a816b2b1f3b35c0.
PiperOrigin-RevId: 553536999
Change-Id: If6ae319e54a3ea5eb88e00888044ba1088bd62d2
2023-08-03 11:23:05 -07:00
..
2023-07-21 01:53:54 -07:00
2023-05-04 00:46:53 -07:00
2023-07-21 01:53:54 -07:00
2023-07-21 01:53:54 -07:00
2023-03-08 08:09:34 -08:00
2023-03-08 08:09:34 -08:00
2023-07-21 01:53:54 -07:00
2023-08-03 05:42:29 -07:00
2023-03-08 08:09:34 -08:00
2023-03-08 08:09:34 -08:00
2023-01-23 01:42:28 -08:00
2023-08-03 05:42:29 -07:00
2023-03-08 08:09:34 -08:00
2023-08-03 05:42:29 -07:00
2023-03-15 03:29:56 -07:00
2023-03-08 08:09:34 -08:00
2023-02-16 06:07:15 -08:00
2022-12-22 05:00:48 -08:00
2023-03-08 08:09:34 -08:00
2023-03-14 00:04:14 -07:00
2023-03-28 05:50:43 -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.