Wiktor Garbacz 8562306c97 Add CloseAllFDsExcept test.
Move VecStringToCharPtrArr before fork, so that it cannot deadlock when other thread holds allocation lock.

PiperOrigin-RevId: 414661912
Change-Id: Ie8aa5c36693e6f86c69d67a1da51b7e7ff1ec30b
2021-12-07 02:23:23 -08:00
..
2021-12-03 04:56:40 -08:00
2021-12-07 02:23:23 -08:00
2021-11-12 05:59:51 -08:00
2021-02-19 04:43:14 -08:00
2020-10-01 06:45:38 -07:00
2021-12-07 02:23:23 -08:00
2021-12-07 02:23:23 -08:00
2021-12-03 05:21:01 -08:00
2021-05-10 07:04:04 -07:00
2020-01-31 05:39:25 -08:00
2021-01-22 06:01:34 -08:00
2021-02-19 04:43:14 -08:00
2021-01-22 06:01:34 -08:00
2021-07-29 05:52:19 -07:00
2021-05-20 08:17:10 -07:00
2021-09-01 01:28:19 -07:00
2021-05-17 04:07:08 -07:00
2021-05-10 07:04:04 -07:00
2021-12-06 02:36:02 -08:00
2019-10-07 02:36:35 -07:00
2021-12-07 02:23:23 -08:00
2021-03-18 05:56:40 -07:00
2021-06-04 01:01:34 -07:00
2021-12-03 09:34:32 -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.