logo

apparmor.d

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

freedesktop.org (1147B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2009 Canonical Ltd.
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of version 2 of the GNU General Public
  8. # License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11. abi <abi/3.0>,
  12. # system configuration
  13. @{system_share_dirs}/applications/{**,} r,
  14. @{system_share_dirs}/icons/{**,} r,
  15. @{system_share_dirs}/pixmaps/{**,} r,
  16. # this should probably go elsewhere
  17. @{system_share_dirs}/mime/** r,
  18. # per-user configurations
  19. owner @{HOME}/.icons/{,**} r,
  20. owner @{HOME}/.recently-used.xbel* rw,
  21. owner @{HOME}/.local/share/recently-used.xbel* rw,
  22. owner @{HOME}/.config/user-dirs.dirs r,
  23. owner @{HOME}/.config/mimeapps.list r,
  24. owner @{user_share_dirs}/applications/{**,} r,
  25. owner @{user_share_dirs}/icons/{**,} r,
  26. owner @{user_share_dirs}/mime/{**,} r,
  27. # Include additions to the abstraction
  28. include if exists <abstractions/freedesktop.org.d>