1
0
forked from Georg/pyacl
pyacl/tests/matrix-apply.yaml
Georg Pfuetzenreuter 18c3fefd1b
Implement ACL building/writing
Add basic functionality for writing ACLs with user and group permissions
to a file.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-09-17 23:56:46 +02:00

24 lines
401 B
YAML

---
user:user:r:
args:
target_name: user
target_type: user
read: true
expect:
user:
user:
read: true
write: false
execute: false
group: &null_allfalse
null:
read: false
write: false
execute: false
mask: &null_ro
null:
read: true
write: false
execute: false
other: *null_allfalse