logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git
commit: 04d28cf6bc9dfd7c8b22dc84b89aaf8329e7a7fc
parent 04705c36f579622230e3f45836bee4bfa4aa1e1e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Aug 2023 22:30:35 +0200

usr.bin.zathura: New

Diffstat:

Ausr.bin.zathura22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/usr.bin.zathura b/usr.bin.zathura @@ -0,0 +1,22 @@ +# Copyright 2020-2023 Haelwenn (lanodan) Monnier <contact+apparmor.d@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +abi <abi/3.0>, + +include <tunables/global> + +/usr/bin/zathura { + include <abstractions/base> + include <abstractions/gio-open> + include <abstractions/gnome> + + /usr/bin/zathura mr, + + /usr/share/misc/magic.mgc r, + + /usr/share/poppler/** r, + + owner @{HOME}/.local/share/zathura/* rwk, + + /** r, +}