fix read permissions
This commit is contained in:
parent
6618037b84
commit
868ed5fee5
2 changed files with 4 additions and 10 deletions
|
|
@ -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,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue