logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

usr.bin.zathura (449B)


  1. # Copyright 2020-2023 Haelwenn (lanodan) Monnier <contact+apparmor.d@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. abi <abi/3.0>,
  4. include <tunables/global>
  5. /usr/bin/zathura {
  6. include <abstractions/base>
  7. include <abstractions/gio-open>
  8. include <abstractions/gnome>
  9. /usr/bin/zathura mr,
  10. /usr/share/misc/magic.mgc r,
  11. /usr/share/poppler/** r,
  12. owner @{HOME}/.local/share/zathura/* rwk,
  13. /** r,
  14. }