feat(abs): restric abstraction by using new @{int} and @{rand} variables.

This commit is contained in:
Alexandre Pujol 2023-08-17 21:24:02 +01:00
parent 557d905543
commit b2d093e125
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 135 additions and 131 deletions

View file

@ -9,7 +9,7 @@
owner @{user_config_dirs}/trashrc.* rwl -> @{user_config_dirs}/#@{int},
owner @{run}/user/@{uid}/#@{int} rw,
owner @{run}/user/@{uid}/trash.so*.[0-9].slave-socket rwl -> @{run}/user/@{uid}/#@{int},
owner @{run}/user/@{uid}/trash.so*.@{int}.slave-socket rwl -> @{run}/user/@{uid}/#@{int},
# Home trash location
owner @{user_share_dirs}/Trash/{,**} rwl,
@ -18,10 +18,10 @@
owner /{media,mnt}/*/.Trash/{,**} rwl,
# Partitions' trash location when the admin doesn't create the .Trash/ folder in the top lvl dir
owner /{media,mnt}/*/.Trash-[0-9]*/{,**} rwl,
owner /{media,mnt}/*/.Trash-@{int}/{,**} rwl,
# Removable media's trash location when the admin creates the .Trash/ folder in the top lvl dir
owner /{media,mnt}/*/*/.Trash/{,**} rwl,
# Removable media's trash location when the admin doesn't create the .Trash/ folder in the top lvl dir
owner /{media,mnt}/*/*/.Trash-[0-9]*/{,**} rwl,
owner /{media,mnt}/*/*/.Trash-@{int}/{,**} rwl,