commit | 254abe04fef99890a2acb6f033415e6cf10ed41a | [log] [tgz] |
---|---|---|
author | Christian Blichmann <cblichmann@google.com> | Tue Oct 22 09:03:39 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 22 09:04:29 2019 -0700 |
tree | 3b04b169ddaffc0ad4a3d8c64ff5fae26137c9c4 | |
parent | a7cfbb92a646fbd83cd3891226193906a006708f [diff] |
Use unified diff for zlib patch PiperOrigin-RevId: 276075544 Change-Id: Icf06e360a400834e7304c2bde34954dbc71f135f
Copyright 2019 Google LLC
The Sandboxed API project (SAPI) aims to make sandboxing of C/C++ libraries less burdensome: after initial setup of security policies and generation of library interfaces, an almost-identical 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 utilized libraries.
Detailed 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.