feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-22 22:13:42 +00:00
parent 6d84301698
commit 8c516ea788
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 74 additions and 47 deletions

View file

@ -22,18 +22,25 @@ profile DiscoverNotifier @{exec_path} {
@{bin}/apt-config rPx,
/usr/share/knotifications{5,6}/{,**} r,
/usr/share/metainfo/{,**} r,
/etc/flatpak/remotes.d/ r,
/etc/machine-id r,
/etc/flatpak/remotes.d/{,**} r,
/var/lib/flatpak/repo/{,**} r,
/var/cache/swcatalog/cache/ w,
owner @{user_cache_dirs}/appstream/ r,
owner @{user_cache_dirs}/appstream/** r,
owner @{user_cache_dirs}/flatpak/{,**} rw,
owner @{user_cache_dirs}/icon-cache.kcache rw,
owner @{user_config_dirs}/PlasmaDiscoverUpdates r,
owner @{user_config_dirs}/@{int} rw,
owner @{user_config_dirs}/PlasmaDiscoverUpdates rw,
owner @{user_config_dirs}/PlasmaDiscoverUpdates.@{rand6} rwl -> @{user_config_dirs}/@{int},
owner @{user_config_dirs}/PlasmaDiscoverUpdates.lock rwk,
owner @{user_share_dirs}/flatpak/{,**} rw,

View file

@ -48,6 +48,8 @@ profile plasmashell @{exec_path} flags=(mediate_deleted) {
@{exec_path} mr,
@{lib}/libheif/{,**} mr,
@{bin}/dolphin rPUx,
@{bin}/ksysguardd rix,
@{bin}/plasma-discover rPUx,

View file

@ -15,6 +15,8 @@ profile xwaylandvideobridge @{exec_path} {
@{exec_path} mr,
/etc/machine-id r,
owner @{user_cache_dirs}/xwaylandvideobridge/ rw,
owner @{user_cache_dirs}/xwaylandvideobridge/** rwk,