Minor fixes.

This commit is contained in:
Alexandre Pujol 2021-04-18 17:54:04 +01:00
parent af9a46d184
commit cd4ad5b09c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 10 additions and 2 deletions

View file

@ -29,5 +29,10 @@ profile gvfsd-trash @{exec_path} {
owner @{run}/user/[0-9]*/gvfsd/ rw,
owner @{run}/user/[0-9]*/gvfsd/socket-[a-zA-z0-9]* rw,
# Can restore all user files
owner @{HOME}/{,**} rw,
owner /media/*/{,**} rw,
owner /mnt/*/{,**} rw,
include if exists <local/gvfsd-trash>
}