Compare commits

..

2 Commits

Author SHA1 Message Date
5221ec8f51
Add debug function
This allows for easier troubleshooting of invalid ACLs.

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

View File

@ -0,0 +1,24 @@
---
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