pyacl/tests/matrix-apply-update.yaml
Georg Pfuetzenreuter f343587a62
Implement ACL merging/updating
This allows to update or extend the existing ACL on path.

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

25 lines
417 B
YAML

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