Wiktor Garbacz 5a2bdd436d Fix poll in unotify monitor
Fixes incorrect timeout calculation and increases the wakeup interval.
Also makes poll behave correctly in presence of signals.

PiperOrigin-RevId: 516514260
Change-Id: I035701e1bb351f9ad26157b59b13b4f300cc229a
2023-03-14 07:04:18 -07:00
..
2023-03-08 08:09:34 -08:00
2023-03-14 00:04:14 -07:00
2023-03-08 08:09:34 -08:00
2023-03-08 08:09:34 -08:00
2023-03-14 00:04:14 -07:00
2023-03-08 08:09:34 -08:00
2023-03-08 08:09:34 -08:00
2023-03-08 08:09:34 -08:00
2023-03-08 08:09:34 -08: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
2022-01-28 01:39:09 -08:00
2023-03-08 08:09:34 -08:00
2023-03-08 08:09:34 -08:00
2023-03-14 07:04:18 -07:00
2023-03-08 08:09:34 -08:00
2023-03-08 08:09:34 -08:00
2022-01-28 01:39:09 -08:00
2023-03-08 08:09:34 -08: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
2022-01-28 01:39:09 -08:00
2023-03-14 00:04:14 -07:00
2023-02-16 10:44:01 -08:00
2023-02-16 10:44:01 -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.