Profiles update.

This commit is contained in:
Alexandre Pujol 2022-03-13 21:04:42 +00:00
parent 7fc804c386
commit bb0847f5df
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
25 changed files with 115 additions and 91 deletions

View file

@ -18,6 +18,8 @@ profile gtk-update-icon-cache @{exec_path} flags=(attach_disconnected) {
/usr/share/icons/**/.icon-theme.cache rw,
/usr/share/icons/**/icon-theme.cache rw,
/var/lib/flatpak/exports/share/icons/hicolor/.icon-theme.cache rw,
deny /apparmor/.null rw,
include if exists <local/gtk-update-icon-cache>

View file

@ -16,5 +16,7 @@ profile id @{exec_path} {
/etc/machine-id r,
deny @{user_share_dirs}/gvfs-metadata/* r,
include if exists <local/id>
}

View file

@ -35,6 +35,7 @@ profile lspci @{exec_path} {
# file_inherit
@{PROC}/ioports r,
deny @{user_share_dirs}/gvfs-metadata/* r,
include if exists <local/lspci>
}