feat: update profiles.
This commit is contained in:
parent
c8cda79b78
commit
10cdde9fb7
28 changed files with 90 additions and 43 deletions
|
|
@ -14,18 +14,18 @@
|
|||
owner @{run}/user/@{uid}/trash.so*.[0-9].slave-socket rwl -> @{run}/user/@{uid}/#[0-9]*[0-9],
|
||||
|
||||
# Home trash location
|
||||
owner @{user_share_dirs}/Trash/{,**} rw,
|
||||
owner @{user_share_dirs}/Trash/{,**} rwl,
|
||||
|
||||
# Partitions' trash location when the admin creates the .Trash/ folder in the top lvl dir
|
||||
owner /{media,mnt}/*/.Trash/{,**} rw,
|
||||
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]*/{,**} rw,
|
||||
owner /{media,mnt}/*/.Trash-[0-9]*/{,**} rwl,
|
||||
|
||||
# Removable media's trash location when the admin creates the .Trash/ folder in the top lvl dir
|
||||
owner /{media,mnt}/*/*/.Trash/{,**} rw,
|
||||
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]*/{,**} rw,
|
||||
owner /{media,mnt}/*/*/.Trash-[0-9]*/{,**} rwl,
|
||||
|
||||
include if exists <abstractions/trash.d>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue