| commit | 71b7ab4f02fe022c9b74896b3f520351bdef58d6 | [log] [tgz] |
|---|---|---|
| author | Wiktor Garbacz <wiktorg@google.com> | Thu May 22 14:49:20 2025 +0200 |
| committer | Wiktor Garbacz <wiktorg@google.com> | Mon May 26 13:40:58 2025 +0200 |
| tree | 31ac4496eac77aa54ab8717cf046048bfa3e85bb | |
| parent | 30757dbfca84e3cf1d0df1ee4c151dbdc52ee261 [diff] |
Internal change PiperOrigin-RevId: 761926687 Change-Id: I53827651e66b3d1a0a4b201ee286b168649e01e6
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.