feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-10-08 13:13:44 +01:00
parent d629ac5788
commit eddf6bfc4f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 30 additions and 18 deletions

View file

@ -108,8 +108,9 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
/var/lib/snapd/desktop/icons/{,**} r,
owner @{HOME}/.mozilla/firefox/firefox-mpris/{,*} r,
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
owner @{HOME}/.var/app/**/icons/**.png r,
owner @{HOME}/@{XDG_SCREENSHOTS_DIR}/{,**} rw,
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
owner @{user_music_dirs}/**/*.jpg r,
@ -206,7 +207,5 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
/dev/input/event[0-9]* rw,
/dev/tty[0-9]* rw,
deny owner @{user_share_dirs}/gvfs-metadata/{,*} r,
include if exists <local/gnome-shell>
}