tree: 438b64b90c556249dff57d0dcda87ed2217ce4b7 [path history] [tgz]
  1. fuchsia/
  2. linux/
  3. mac/
  4. win/
  5. BUILD.gn
  6. DEPS
  7. export.h
  8. features.cc
  9. features.h
  10. OWNERS
  11. README.md
  12. sandbox.cc
  13. sandbox.h
  14. sandbox_delegate.h
  15. sandbox_type.cc
  16. sandbox_type.h
  17. sandbox_type_unittest.cc
  18. switches.cc
  19. switches.h
sandbox/policy/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.