commit | 09a48bac069e625614a5ec9b922d770c52fd0604 | [log] [tgz] |
---|---|---|
author | Wiktor Garbacz <wiktorg@google.com> | Wed Aug 30 02:55:35 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 30 02:56:16 2023 -0700 |
tree | 6348e70f5bc95d63f4b4c2ee8126e479d18ce799 | |
parent | 4a6b0d463323b58865c2ca6509104b117b086100 [diff] |
Reduce CHECK-failures in unotify monitor This also fixes a CHECK-failure in Join() when waiting for sandboxee times out. PiperOrigin-RevId: 561282248 Change-Id: I5568c3b9e6b8dce531167c267f7896996326d2e2
Copyright 2019-2023 Google LLC
The Sandboxed API project (SAPI) makes sandboxing of C/C++ libraries less burdensome: after initial setup of security policies and generation of library interfaces, a stub API is generated, transparently forwarding calls using a custom RPC layer to the real library running inside a sandboxed environment.
Additionally, each SAPI library utilizes a tightly defined security policy, in contrast to the typical sandboxed project, where security policies must cover the total syscall/resource footprint of all its libraries.
Developer documentation is available on the Google Developers site for Sandboxed API.
There is also a Getting Started guide.
If you want to contribute, please read CONTRIBUTING.md and send us pull requests. You can also report bugs or file feature requests.
If you'd like to talk to the developers or get notified about major product updates, you may want to subscribe to our mailing list or sign up with this link.