Wiktor Garbacz d2dbbbae76 Remove redundant tests
UID/GID is checked in namespace test and open fds in santizier test

PiperOrigin-RevId: 510084559
Change-Id: I1aac4d30d44aa2390447f24d228afbb1c3b04e2b
2023-02-16 02:28:52 -08:00
..
2023-02-16 02:28:52 -08:00
2022-11-30 05:21:12 -08:00
2023-02-16 02:28:52 -08:00
2023-02-16 02:28:52 -08:00
2023-02-15 11:35:14 -08:00
2023-01-23 01:42:28 -08:00
2022-01-28 01:39:09 -08:00
2023-02-14 02:51:21 -08:00
2022-12-21 06:17:07 -08:00
2023-02-02 04:47:02 -08:00
2023-02-16 02:28:52 -08:00
2022-01-28 01:39:09 -08:00
2022-12-22 05:00:48 -08:00
2022-01-28 01:39:09 -08:00
2022-01-28 01:39:09 -08:00
2022-01-28 01:39:09 -08:00
2022-01-28 01:39:09 -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.

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.