commit | 4344bbceba9bc8505e68d223a973ed2c36d74f2d | [log] [tgz] |
---|---|---|
author | Catalin Patulea <catalinp@google.com> | Fri Apr 16 12:42:41 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 16 12:43:08 2021 -0700 |
tree | 56bee8b0b382588db0a9416833b6407a1df700ed | |
parent | be6c878b01a1b03b449ecdd1f72ad8abe57b9b55 [diff] |
Add optional VLOG(1) for additional process info on Syscall Violation. PiperOrigin-RevId: 368900451 Change-Id: I331d0e239e2f3176c435bd42012d155d60d0b1ac
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.