feat(profile): various improvements and update.

This commit is contained in:
Alexandre Pujol 2024-12-25 00:05:36 +01:00
parent 57ddfd29ce
commit 2560e9645f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 22 additions and 16 deletions

View file

@ -37,8 +37,9 @@ profile flatpak-system-helper @{exec_path} {
/etc/flatpak/{,**} r,
/etc/machine-id r,
/usr/share/mime/mime.cache r,
/usr/share/flatpak/remotes.d/ r,
/usr/share/flatpak/triggers/ r,
/usr/share/mime/mime.cache r,
/var/lib/flatpak/{,**} rwkl,
/var/tmp/flatpak-cache-*/{,**} rw,

View file

@ -17,7 +17,7 @@ profile fwupd @{exec_path} flags=(attach_disconnected,complain) {
include <abstractions/bus/org.freedesktop.UDisks2>
include <abstractions/bus/org.freedesktop.UPower>
include <abstractions/consoles>
include <abstractions/disks-read>
include <abstractions/disks-write>
include <abstractions/fonts>
include <abstractions/nameservice-strict>
@ -129,7 +129,6 @@ profile fwupd @{exec_path} flags=(attach_disconnected,complain) {
/dev/mei@{int} rw,
/dev/mem r,
/dev/mtd@{int} rw,
/dev/sd[a-z]* r,
/dev/tpm@{int} rw,
/dev/tpmrm@{int} rw,
/dev/wmi/* r,