Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.bazelci/ | H | 25-Apr-2025 | - | 9 | 8 | |
.github/workflows/ | H | 25-Apr-2025 | - | 449 | 389 | |
android/ | H | 25-Apr-2025 | - | 99 | 33 | |
cmake/ | H | 25-Apr-2025 | - | 1,362 | 1,246 | |
contrib/ | H | 25-Apr-2025 | - | 17,545 | 13,352 | |
oss-internship-2020/ | H | 25-Apr-2025 | - | 13,620 | 10,328 | |
sandboxed_api/ | H | 25-Apr-2025 | - | 49,586 | 36,873 | |
.bazelignore | H A D | 25-Apr-2025 | 110 | 5 | 4 | |
.bazelrc | H A D | 25-Apr-2025 | 100 | 3 | 2 | |
.clang-format | H A D | 25-Apr-2025 | 96 | 7 | 6 | |
.gitignore | H A D | 25-Apr-2025 | 242 | 19 | 18 | |
Android.bp | H A D | 25-Apr-2025 | 7.7 KiB | 257 | 244 | |
CMakeLists.txt | H A D | 25-Apr-2025 | 5.2 KiB | 169 | 146 | |
CONTRIBUTING.md | H A D | 25-Apr-2025 | 1.4 KiB | 26 | 22 | |
LICENSE | H A D | 25-Apr-2025 | 13 KiB | 242 | 202 | |
METADATA | H A D | 25-Apr-2025 | 403 | 18 | 16 | |
MODULE_LICENSE_APACHE2 | HD | 25-Apr-2025 | 0 | |||
MODULE_LICENSE_BSD | HD | 25-Apr-2025 | 0 | |||
OWNERS | H A D | 25-Apr-2025 | 40 | 3 | 2 | |
README.md | H A D | 25-Apr-2025 | 1.7 KiB | 37 | 25 | |
WORKSPACE | H A D | 25-Apr-2025 | 1.9 KiB | 55 | 46 |
README.md
1 2 3Copyright 2019-2023 Google LLC 4 5[](https://buildkite.com/bazel/sandboxed-api) 6[](https://github.com/google/sandboxed-api/actions?query=workflow%3ACMake) 7 8## What is Sandboxed API? 9 10The Sandboxed API project (**SAPI**) makes sandboxing of C/C++ libraries less 11burdensome: after initial setup of security policies and generation of library 12interfaces, a stub API is generated, transparently forwarding calls using a 13custom RPC layer to the real library running inside a sandboxed environment. 14 15Additionally, each SAPI library utilizes a tightly defined security policy, in 16contrast to the typical sandboxed project, where security policies must cover 17the total syscall/resource footprint of all its libraries. 18 19## Documentation 20 21Developer documentation is available on the Google Developers site for 22[Sandboxed API](https://developers.google.com/code-sandboxing/sandboxed-api). 23 24There is also a 25[Getting Started](https://developers.google.com/code-sandboxing/sandboxed-api/getting-started) 26guide. 27 28## Getting Involved 29 30If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md) and 31send us pull requests. You can also report bugs or file feature requests. 32 33If you'd like to talk to the developers or get notified about major product 34updates, you may want to subscribe to our 35[mailing list](mailto:[email protected]) or sign up with this 36[link](https://groups.google.com/forum/#!forum/sandboxed-api-users). 37