blob: d82394e471cb2ee1974363614cd25a12fed4b71c [file] [log] [blame]
{
"program": {
"args": [
"--svc_name=fuchsia.example.IsolatedDevmgr",
"--load_driver=/boot/driver/ethertap.so",
"--load_driver=/boot/driver/ethernet.so",
"--wait_for=test/tapctl"
],
"binary": "bin/isolated_devmgr"
},
"sandbox": {
"boot": [
"bin",
"driver",
"lib"
],
"services": [
"fuchsia.exception.Handler",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher"
]
}
}