tree: ecc1400858aba07b98afe551ab77fc0406174ce0 [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