• Home
Name Date Size #Lines LOC

..--

.bazelci/06-Sep-2024-98

.github/workflows/06-Sep-2024-449389

android/06-Sep-2024-9933

cmake/06-Sep-2024-1,3621,246

contrib/06-Sep-2024-17,54513,352

oss-internship-2020/06-Sep-2024-13,62010,328

sandboxed_api/06-Sep-2024-49,58636,873

.bazelignoreD06-Sep-2024110 54

.bazelrcD06-Sep-2024100 32

.clang-formatD06-Sep-202496 76

.gitignoreD06-Sep-2024242 1918

Android.bpD06-Sep-20247.7 KiB257244

CMakeLists.txtD06-Sep-20245.2 KiB169146

CONTRIBUTING.mdD06-Sep-20241.4 KiB2622

LICENSED06-Sep-202413 KiB242202

METADATAD06-Sep-2024403 1816

MODULE_LICENSE_APACHE2D06-Sep-20240

MODULE_LICENSE_BSDD06-Sep-20240

OWNERSD06-Sep-202440 32

README.mdD06-Sep-20241.7 KiB3725

WORKSPACED06-Sep-20241.9 KiB5546

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