commit | 74ada2fcaae1cd10c90524f68c0474aabe328494 | [log] [tgz] |
---|---|---|
author | Christian Blichmann <cblichmann@google.com> | Wed Jul 24 01:42:37 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 24 01:43:33 2024 -0700 |
tree | 8ec014c2a3f902c92a9ca40d6a9a410f4c07b71e | |
parent | 8d9d3251a269b5e3edd7bb232ac1df258d92351c [diff] |
Add an API to control speculative execution PiperOrigin-RevId: 655475815 Change-Id: Ibd63a180f98888840c80f6960e1c20e6a3e864ba
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.