feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-07-04 22:22:48 +01:00
parent 8b8a81200a
commit 62e18d04d7
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 24 additions and 24 deletions

View file

@ -46,14 +46,13 @@ profile anyremote @{exec_path} {
@{bin}/convert-im6.q16 rCx -> imagemagic,
@{bin}/killall rCx -> killall,
@{bin}/pgrep rCx -> pgrep,
@{lib}/qt5/bin/qdbus rCx -> qdbus,
@{bin}/pacmd rPx,
@{bin}/pactl rPx,
@{bin}/wmctrl rPx,
@{bin}/qtchooser rPx,
@{bin}/ps rPx,
@{bin}/qtchooser rPx,
@{bin}/wmctrl rPx,
@{lib}/qt{5,6}/bin/qdbus rPx,
# Players
@{bin}/smplayer rPx,
@ -128,14 +127,6 @@ profile anyremote @{exec_path} {
include if exists <local/anyremote_pgrep>
}
profile qdbus {
include <abstractions/base>
@{lib}/qt5/bin/qdbus mr,
include if exists <local/anyremote_qdbus>
}
include if exists <local/anyremote>
}

View file

@ -23,7 +23,7 @@ profile fusermount @{exec_path} {
mount fstype={fuse,fuse.*} -> @{MOUNTS}/*/*/,
mount fstype={fuse,fuse.*} -> @{run}/user/@{uid}/*/,
mount fstype={fuse,fuse.*} -> /var/tmp/flatpak-cache-*/*/,
mount fstype={fuse,fuse.*} -> /tmp/.mount_nextcl@{rand6}/,
mount fstype={fuse,fuse.*} -> /tmp/.mount_*@{rand6}/,
umount @{HOME}/*/,
umount @{HOME}/*/*/,
@ -47,6 +47,8 @@ profile fusermount @{exec_path} {
owner @{user_cache_dirs}/**/ rw,
/tmp/.mount_*@{rand6}/ r,
@{run}/user/@{uid}/doc/ r,
@{PROC}/@{pid}/mounts r,

View file

@ -113,6 +113,7 @@ profile fwupd @{exec_path} flags=(complain,attach_disconnected) {
/dev/bus/usb/ r,
/dev/bus/usb/@{int}/@{int} rw,
/dev/cpu/@{int}/msr rw,
/dev/dri/card@{int} rw,
/dev/drm_dp_aux@{int} rw,
/dev/gpiochip@{int} r,
/dev/hidraw@{int} rw,