blob: eb1dff3ba2ecd85e9b510373ff548686cc2f0e0f [file] [log] [blame] [view] [edit]
# 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
```