commit | 7dca070083839a1968faf2acdae9337a211e9bb5 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <kramerb@google.com> | Fri Oct 14 10:41:17 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 14 10:42:23 2022 -0700 |
tree | 1de4d7efb2c0cbcc49827ae45b7c5ead39d0fa58 | |
parent | 882e4740325f9a311cc65dcf88f107c6ecdc405d [diff] |
Integrate LLVM at llvm/llvm-project@06da9b94ae37 Updates LLVM usage to match [06da9b94ae37](https://github.com/llvm/llvm-project/commit/06da9b94ae37) PiperOrigin-RevId: 481181270 Change-Id: I8c015fbd95d7f5f543d4eed12ed5d4efc11ef9c3
Copyright 2019-2022 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.