commit | a44e57e24362313a4685defaa52b4520b0607a06 | [log] [tgz] |
---|---|---|
author | Sandboxed API Team <sandboxed-api@google.com> | Tue Dec 14 09:02:59 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 14 09:03:29 2021 -0800 |
tree | d4555d68759e61ae40fa61c02f98a2456d5f17f0 | |
parent | 11619a08f479a16361cc03bf1eb017210ff40655 [diff] |
Update references to the new documentation PiperOrigin-RevId: 416317448 Change-Id: Ic148364e012405cc34840c12428cbd912ed377ae
Copyright 2019-2021 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.