1
0
forked from Georg/pyacl
pyacl/tests/matrix.yaml

44 lines
719 B
YAML
Raw Normal View History

---
- user:user:r:
user:
user:
read: true
write: false
execute: false
group:
null:
read: true
write: false
execute: false
mask:
null:
read: true
write: false
execute: false
other:
null:
read: true
write: false
execute: false
- user:user:-w-:
user:
user:
read: false
write: true
execute: false
group:
null:
read: true
write: false
execute: false
mask:
null:
read: true
write: true
execute: false
other:
null:
read: true
write: false
execute: false