Rebecca Chang Swee Fun 43c5e2389a sandbox: add riscv arch definition and define syscall 1 year ago
..
fuchsia 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
linux 43c5e2389a sandbox: add riscv arch definition and define syscall 1 year ago
mac 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
mojom 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
win 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
export.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
features.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
features.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
sandbox.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
sandbox.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
sandbox_delegate.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
sandbox_type.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
sandbox_type.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
sandbox_type_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
switches.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
switches.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.md

Sandbox Policies

This directory integrates the lower-level core sandboxing library with the //content, //services, and //chrome layers. It provides concrete security policies for specific process types and Mojo services, whereas the library provided by //sandbox is a generic sandboxing primitive.

Code in this directory (or other directories) may freely depend on code in the core //sandbox library, but the //sandbox/{mac,linux,win} directories may not depend on this policy component.