Sign in
vanadium
/
release.go.x.ref
/
58e85b834d22063d26aad9450446461bc1820264
/
.
/
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"
]
}
}
}