Sign in
vanadium
/
release.go.x.ref
/
6888519c786ec4294cd552ea90db30551dda4d5a
/
.
/
services
/
mounttable
/
lib
/
testdata
/
test.acl
blob: 79905324056595a9e787fe34ee12daef26b0e80e [
file
] [
log
] [
blame
]
{
"/"
:
{
"Read"
:
{
"In"
:
[
"..."
]
},
"Write"
:
{
"In"
:
[
"root"
]
}
},
"/stuff"
:
{
"Read"
:
{
"In"
:
[
"bob"
,
"root"
]
},
"Write"
:
{
"In"
:
[
"root"
]
}
},
"/a"
:
{
"Read"
:
{
"In"
:
[
"alice"
,
"root"
]
},
"Write"
:
{
"In"
:
[
"root"
]
}
}
}