fix minor issues

This commit is contained in:
valoq 2024-02-06 21:22:44 +01:00
parent 9d1de3238b
commit 6618037b84
No known key found for this signature in database
GPG key ID: 19F09A0FB865CBD8
2 changed files with 5 additions and 3 deletions

View file

@ -20,7 +20,7 @@ profile imv @{exec_path} {
/usr/share/X11/xkb/** r, /usr/share/X11/xkb/** r,
/tmp/ r, /tmp/ r,
owner @{user_config_dirs}/imv/config owner @{user_config_dirs}/imv/config r,
owner @{HOME}/ r, owner @{HOME}/ r,
owner @{HOME}/[^.]** r, owner @{HOME}/[^.]** r,
@ -28,7 +28,7 @@ profile imv @{exec_path} {
owner /mnt/** r, owner /mnt/** r,
owner /media/** r, owner /media/** r,
owner @{run}/user/*/imv-*.sock w, owner @{run}/user/@{uid}/imv-*.sock w,
include if exists <local/imv-wayland> include if exists <local/imv-wayland>
} }

View file

@ -13,10 +13,12 @@ profile zathura @{exec_path} {
include <abstractions/fontconfig-cache-read> include <abstractions/fontconfig-cache-read>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/dconf-write> include <abstractions/dconf-write>
include <abstractions/gtk>
@{exec_path} mr, @{exec_path} mr,
/usr/share/{,**} r, /usr/share/file/{,**} r,
/usr/share/X11/xkb/{,**} r,
/etc/xdg/{,**} r, /etc/xdg/{,**} r,
/etc/zathurarc r, /etc/zathurarc r,