logo

apparmor.d

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

xdg-desktop (782B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2012 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. # Entries based on:
  13. # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
  14. owner @{HOME}/.cache/ rw,
  15. owner @{HOME}/.config/ rw,
  16. owner @{HOME}/.local/ rw,
  17. owner @{HOME}/.local/share/ rw,
  18. # fallbacks
  19. /usr/share/ r,
  20. /usr/local/share/ r,
  21. # Include additions to the abstraction
  22. include if exists <abstractions/xdg-desktop.d>