• Home
Name Date Size #Lines LOC

..--

.bazelci/04-Jul-2025-87

.github/workflows/04-Jul-2025-444384

android/04-Jul-2025-10336

cmake/04-Jul-2025-1,3621,246

contrib/04-Jul-2025-17,53813,346

oss-internship-2020/04-Jul-2025-13,61410,322

sandboxed_api/04-Jul-2025-54,88240,999

.bazelignoreD04-Jul-2025110 54

.bazelrcD04-Jul-2025241 75

.clang-formatD04-Jul-202596 76

.gitignoreD04-Jul-2025242 1918

Android.bpD04-Jul-20257.8 KiB259246

CMakeLists.txtD04-Jul-20255.1 KiB168145

CONTRIBUTING.mdD04-Jul-20251.4 KiB2622

LICENSED04-Jul-202513 KiB242202

METADATAD04-Jul-2025403 1816

MODULE.bazelD04-Jul-20251.3 KiB4946

MODULE.bazel.lockD04-Jul-2025182.6 KiB3,8183,817

MODULE_LICENSE_APACHE2D04-Jul-20250

MODULE_LICENSE_BSDD04-Jul-20250

OWNERSD04-Jul-2025112 43

README.mdD04-Jul-20251.7 KiB3725

WORKSPACED04-Jul-20252.4 KiB7457

WORKSPACE.bzlmodD04-Jul-20251.9 KiB5244

README.md

1![Sandbox](sandboxed_api/docs/images/sapi-lockup-vertical.png)
2
3Copyright 2019-2023 Google LLC
4
5[![Bazel build status](https://badge.buildkite.com/2f662d7bddfd1c07d25bf92d243538c8344bc6fbf38fe187f8.svg)](https://buildkite.com/bazel/sandboxed-api)
6[![CMake build status](https://github.com/google/sandboxed-api/workflows/CMake/badge.svg)](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:sandboxed-api-users@googlegroups.com) or sign up with this
36[link](https://groups.google.com/forum/#!forum/sandboxed-api-users).
37