fix minor issues
This commit is contained in:
parent
9d1de3238b
commit
6618037b84
2 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue