feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-07-18 22:28:30 +01:00
parent cc3b76d7a4
commit 9c08b36182
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 20 additions and 3 deletions

View file

@ -590,7 +590,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
owner @{run}/user/@{uid}/gvfsd/socket-[0-9A-Za-z]* rw,
owner @{run}/user/@{uid}/snap.snap*/wayland-cursor-shared-* rw,
owner @{run}/user/@{uid}/systemd/notify rw,
owner @{run}/user//@{uid}/wayland-[0-9]* rwk,
owner @{run}/user/@{uid}/wayland-[0-9]* rwk,
owner /dev/shm/.org.chromium.Chromium.* rw,
owner /dev/shm/wayland.mozilla.ipc.[0-9]* rw,

View file

@ -75,7 +75,7 @@ profile gnome-software @{exec_path} {
owner @{HOME}/.var/app/{,**} rw,
owner @{user_cache_dirs}/flatpak/{,**} rw,
owner @{user_cache_dirs}/flatpak/{,**} rwl,
owner @{user_cache_dirs}/gnome-software/{,**} rw,
owner @{user_config_dirs}/pulse/*.conf r,

View file

@ -16,10 +16,13 @@ profile mutter-x11-frames @{exec_path} {
include <abstractions/freedesktop.org>
include <abstractions/gtk>
include <abstractions/mesa>
include <abstractions/nameservice-strict>
include <abstractions/vulkan>
include <abstractions/wayland>
@{exec_path} mr,
owner @{run}/user/@{uid}/.mutter-Xwaylandauth.[0-9A-Z]* rw,
include if exists <local/mutter-x11-frames>
}