fix(profile): few fixes related to reattached paths.

See #816
This commit is contained in:
Alexandre Pujol 2025-08-17 21:43:23 +02:00
parent 952c4e91a1
commit 24f629d326
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 9 additions and 1 deletions

View file

@ -85,6 +85,7 @@ profile flatpak @{exec_path} flags=(attach_disconnected,mediate_deleted,complain
owner @{user_games_dirs}/{,**/} w,
owner @{user_documents_dirs}/ w,
@{user_config_dirs}/dconf/user r,
owner @{user_cache_dirs}/flatpak/{,**} rw,
owner @{user_config_dirs}/pulse/client.conf r,
owner @{user_config_dirs}/user-dirs.dirs r,

View file

@ -83,6 +83,8 @@ profile flatpak-app flags=(attach_disconnected,mediate_deleted) {
/var/lib/flatpak/app/{,**} r,
/var/lib/flatpak/exports/** rw,
owner @{att}/@{HOME}/.var/app/** rwlkmix,
@{run}/parent/** r,
@{run}/parent/app/.ref rk,
@{run}/parent/usr/.ref rk,

View file

@ -38,7 +38,7 @@ profile hyprland @{exec_path} flags=(attach_disconnected) {
owner @{run}/user/@{uid}/.hyprpaper_* rw,
owner @{run}/user/@{uid}/.hyprpicker_* rw,
owner @{run}/user/@{uid}/hypr/{,**} rw,
owner /dev/shm/.org.chromium.Chromium.@{rand6} rw,
owner @{att}/dev/shm/.org.chromium.Chromium.@{rand6} rw,
@{run}/systemd/sessions/@{int} r,