commit | 00a7cc5a33622547db4314e6a7db4c2d1b832c7a | [log] [tgz] |
---|---|---|
author | Christian Blichmann <cblichmann@google.com> | Wed Apr 28 07:48:48 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 28 07:49:17 2021 -0700 |
tree | a7e85f6b5566ad0af073549aeee8eba848a95b71 | |
parent | 08e1e733a0cf0163d6bd8c3603748b89a20df3a6 [diff] |
Use `sapi::file::GetContents()` and light Mini-ELF refactoring Plus some style fixes. PiperOrigin-RevId: 370901533 Change-Id: If4f9d7c3157fdfc2ca4302b06cd95e96e7a8ebdd
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.