Sign in
fuchsia
/
fuchsia
/
5e786c3
/
.
/
examples
/
components
/
basic
/
meta
/
ls-root-pkg.cml
blob: a918670571e459e90ce5ebf43ac7382f8c6df3df [
file
]
{
include
:
[
"syslog/client.shard.cml"
],
program
:
{
runner
:
"elf"
,
binary
:
"bin/ls_root_pkg"
,
},
use
:
[
{
directory
:
"pkg"
,
rights
:
[
"rw*"
],
path
:
"/root_pkg"
,
},
],
}