| { | |
| "program": { | |
| "args": [ | |
| "--svc_name=fuchsia.example.IsolatedDevmgr", | |
| "--load_driver=/boot/driver/ethertap.so", | |
| "--load_driver=/boot/driver/ethernet.so", | |
| "--wait_for=misc/tapctl" | |
| ], | |
| "binary": "bin/isolated_devmgr" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "deprecated-shell" | |
| ], | |
| "services": [ | |
| "fuchsia.process.Launcher", | |
| "fuchsia.sys.Launcher" | |
| ] | |
| } | |
| } |