fix read permissions

This commit is contained in:
valoq 2024-02-06 21:45:01 +01:00
parent 6618037b84
commit 868ed5fee5
No known key found for this signature in database
GPG key ID: 19F09A0FB865CBD8
2 changed files with 4 additions and 10 deletions

View file

@ -13,6 +13,7 @@ profile imv @{exec_path} {
include <abstractions/fontconfig-cache-read> include <abstractions/fontconfig-cache-read>
include <abstractions/graphics> include <abstractions/graphics>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/user-read>
@{exec_path} mr, @{exec_path} mr,
@ -22,11 +23,7 @@ profile imv @{exec_path} {
owner @{user_config_dirs}/imv/config r, owner @{user_config_dirs}/imv/config r,
owner @{HOME}/ r, owner @{MOUNTDIRS}/{,**} r,
owner @{HOME}/[^.]** r,
owner /mnt/** r,
owner /media/** r,
owner @{run}/user/@{uid}/imv-*.sock w, owner @{run}/user/@{uid}/imv-*.sock w,

View file

@ -14,6 +14,7 @@ profile zathura @{exec_path} {
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/dconf-write> include <abstractions/dconf-write>
include <abstractions/gtk> include <abstractions/gtk>
include <abstractions/user-read>
@{exec_path} mr, @{exec_path} mr,
@ -25,11 +26,7 @@ profile zathura @{exec_path} {
owner @{user_config_dirs}/zathura/** r, owner @{user_config_dirs}/zathura/** r,
owner @{user_share_dirs}/zathura/** rwk, owner @{user_share_dirs}/zathura/** rwk,
owner @{HOME}/ r, owner @{MOUNTDIRS}/{,**} r,
owner @{HOME}/[^.]** r,
owner /mnt/** r,
owner /media/** r,
owner /tmp/gtkprint* rw, owner /tmp/gtkprint* rw,