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