Sign in
fuchsia
/
fuchsia
/
0c00fd3
/
.
/
examples
/
components
/
basic
/
meta
/
ls_root_pkg.cml
blob: 79806c0d5f342e145e10e53158983ac58b088586 [
file
] [
log
] [
blame
]
{
"program"
:
{
"binary"
:
"bin/ls_root_pkg"
},
"use"
:
[
{
"runner"
:
"elf"
},
{
"directory"
:
"/pkg"
,
"as"
:
"/root_pkg"
,
"rights"
:
[
"rw*"
]
},
]
}