logo

apparmor.d

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

user-tmp (760B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2002-2009 Novell/SUSE
  4. # Copyright (C) 2009-2010 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. # per-user tmp directories
  13. owner @{HOME}/tmp/** rwkl,
  14. owner @{HOME}/tmp/ rw,
  15. # global tmp directories
  16. owner /var/tmp/** rwkl,
  17. /var/tmp/ rw,
  18. owner /tmp/** rwkl,
  19. /tmp/ rw,
  20. # Include additions to the abstraction
  21. include if exists <abstractions/user-tmp.d>