Sandboxed API Team 3e442b252c Allow stack trace collection when namespaces are disabled, if sandbox_libunwind_crash_handler==false.
PiperOrigin-RevId: 288267119
Change-Id: I5fce1b28521d3d685186717f153f20fb498c94e2
2020-01-06 02:34:03 -08:00
..
2019-11-14 03:51:26 -08:00
2019-08-23 08:08:51 -07:00
2019-03-18 19:00:48 +01:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-03-18 19:00:48 +01:00
2019-05-17 07:21:31 -07:00
2019-04-23 10:30:45 -07:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-19 03:41:32 -07:00
2019-03-19 03:41:32 -07:00
2019-03-19 03:41:32 -07:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-04-26 06:18:59 -07:00
2019-07-15 23:59:24 -07:00
2019-11-14 03:51:26 -08:00
2019-11-14 03:51:26 -08:00
2019-11-14 03:51:26 -08:00
2019-11-14 03:51:26 -08:00
2019-03-18 19:00:48 +01:00
2019-09-11 02:39:49 -07:00
2019-03-20 05:19:55 -07:00
2019-11-14 03:51:26 -08:00
2019-11-14 03:51:26 -08:00
2019-10-07 02:36:35 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-11-28 08:07:00 -08:00
2019-11-28 08:07:00 -08:00
2019-11-28 08:07:00 -08:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-03-18 19:00:48 +01:00
2019-08-23 08:08:51 -07:00
2019-08-23 08:08:51 -07:00
2019-09-24 04:50:18 -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.