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

@ -9,6 +9,7 @@ include <tunables/global>
@{exec_path} = /{usr/,}lib/gsd-wacom
profile gsd-wacom @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/fontconfig-cache-write>
include <abstractions/fonts>
include <abstractions/gtk>

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>
}