Gnome fixes.

This commit is contained in:
Alexandre Pujol 2021-04-21 21:55:01 +01:00
parent d929d662f5
commit 1c9df4b3b9
Failed to generate hash of commit
2 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
include <abstractions/ssl_certs>
capability sys_nice,
capability sys_ptrace,
network inet stream,
network inet6 stream,

View file

@ -20,8 +20,14 @@ profile tracker-extract @{exec_path} {
/usr/share/applications/*.desktop r,
/usr/share/mime/mime.cache r,
owner @{user_cache_dirs}/tracker3/files/{,**} rwk,
owner @{user_share_dirs}/gvfs-metadata/** r,
# Allow to search user files
owner @{HOME}/{,**} r,
owner @{MOUNTS}/*/{,**} r,
owner /tmp/*/{,**} r,
include <abstractions/dconf>
owner @{run}/user/@{uid}/dconf/ rw,
owner @{run}/user/@{uid}/dconf/user rw,