logo

apparmor.d

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

home (982B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2006-2009 Novell/SUSE
  4. # Copyright (C) 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. # @{HOMEDIRS} is a space-separated list of where user home directories
  12. # are stored, for programs that must enumerate all home directories on a
  13. # system.
  14. @{HOMEDIRS}=/home/
  15. # @{HOME} is a space-separated list of all user home directories. While
  16. # it doesn't refer to a specific home directory (AppArmor doesn't
  17. # enforce discretionary access controls) it can be used as if it did
  18. # refer to a specific home directory
  19. @{HOME}=@{HOMEDIRS}/*/ /root/
  20. # Also, include files in tunables/home.d for site-specific adjustments to
  21. # @{HOMEDIRS}.
  22. include <tunables/home.d>