tree: c2035286cbdeaa1073cd02e67f05b2aecbb9f229 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/sys/component_manager/lib/sandbox/README.md

sandbox

sandbox is a Rust library for defining capabilities and transferring them between programs.

Building

To add this component to your build, append --with src/sys/component_manager/lib/sandbox:tests to the fx set invocation.

Testing

Tests for sandbox are available in the sandbox-tests and sandbox-unittests packages.

$ fx test sandbox-tests
$ fx test sandbox-unittests