feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-02-01 22:37:33 +00:00
parent f19379c55f
commit 8dca20c5c6
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 48 additions and 70 deletions

View file

@ -76,6 +76,8 @@ profile pipewire @{exec_path} flags=(attach_disconnected) {
@{sys}/devices/**/device:*/**/path r,
@{sys}/devices/pci[0-9]*/**/usb[0-9]/**/{idVendor,idProduct,removable,uevent} r,
@{sys}/devices/virtual/dmi/id/bios_vendor r,
@{sys}/devices/virtual/dmi/id/board_vendor r,
@{sys}/devices/virtual/dmi/id/product_name r,
/dev/media[0-9]* rw,

View file

@ -43,6 +43,8 @@ profile mullvad-gui @{exec_path} {
/usr/share/glib-2.0/schemas/gschemas.compiled r,
/etc/libva.conf r,
/etc/igfx_user_feature{,_next}.txt w,
/var/lib/dbus/machine-id r,
owner "@{user_config_dirs}/Mullvad VPN/{,**}" rwk,
@ -53,7 +55,7 @@ profile mullvad-gui @{exec_path} {
@{sys}/bus/pci/devices/ r,
@{sys}/devices/virtual/tty/tty[0-9]*/active r,
@{sys}/devices/pci[0-9]*/**/{vendor,device,class,config} r,
@{sys}/devices/pci[0-9]*/**/{vendor,device,class,config,resource,irq} r,
@{PROC}/ r,
@{PROC}/sys/fs/inotify/max_user_watches r,