commit | 47dcb516c397c904be38f4bc2b4ce6221cef88c3 | [log] [tgz] |
---|---|---|
author | Wiktor Garbacz <wiktorg@google.com> | Thu Dec 12 01:39:01 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Dec 12 01:39:44 2024 -0800 |
tree | 7cc369c275339e04f2e1b2af28186ce2aeab4143 | |
parent | 19e04907149b83ebeffab5b6a7cf9fc1de1941ac [diff] |
Automated rollback of commit f06ee44f248fd08ccd42817f97c54b711cb3dec1. PiperOrigin-RevId: 705414332 Change-Id: I420eccf475bde17f28d1f54d9106407a7f5f0c24
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.