mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-19 01:18:16 +01:00
minor improvements
This commit is contained in:
parent
7d9ae262c9
commit
ad60ee11ad
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
||||||
|
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/zathura
|
@{exec_path} = @{bin}/zathura{,-sandbox}
|
||||||
profile zathura @{exec_path} {
|
profile zathura @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/dconf-write>
|
include <abstractions/dconf-write>
|
||||||
|
@ -18,11 +18,13 @@ profile zathura @{exec_path} {
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
/usr/share/file/{,**} r,
|
/usr/share/file/{,**} r,
|
||||||
|
/usr/share/poppler/{,**} r,
|
||||||
|
|
||||||
/etc/xdg/{,**} r,
|
/etc/xdg/{,**} r,
|
||||||
/etc/zathurarc r,
|
/etc/zathurarc r,
|
||||||
|
|
||||||
owner @{user_config_dirs}/zathura/** r,
|
owner @{user_config_dirs}/zathura/** r,
|
||||||
|
owner @{user_share_dirs}/zathura/ r,
|
||||||
owner @{user_share_dirs}/zathura/** rwk,
|
owner @{user_share_dirs}/zathura/** rwk,
|
||||||
|
|
||||||
owner @{tmp}/gtkprint* rw,
|
owner @{tmp}/gtkprint* rw,
|
||||||
|
|
Loading…
Reference in a new issue