commit | 4890c86cecffff5429d8e71666dcc58745055c02 | [log] [tgz] |
---|---|---|
author | Wiktor Garbacz <wiktorg@google.com> | Mon Aug 07 06:46:50 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 07 06:48:11 2023 -0700 |
tree | 7e1ed62d2944de7a097fe23ca28f4333fe62ed08 | |
parent | dd664400d706dce6cb920d3259d7885843282a5d [diff] |
Mark GetNamespaceDescription const PiperOrigin-RevId: 554460753 Change-Id: I3304fb7d19f93750b1d74aeb1b8213af2f0fea85
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.