/apparmor.d/tunables/home

http://github.com/brinkman83/bashrc · #! · 26 lines · 23 code · 3 blank · 0 comment · 0 complexity · fa32b506367462ad0a34ef86f062274a MD5 · raw file

  1. # $Id$
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2006-2009 Novell/SUSE
  5. # Copyright (C) 2010 Canonical Ltd.
  6. #
  7. # This program is free software; you can redistribute it and/or
  8. # modify it under the terms of version 2 of the GNU General Public
  9. # License published by the Free Software Foundation.
  10. #
  11. # ------------------------------------------------------------------
  12. # @{HOME} is a space-separated list of all user home directories. While
  13. # it doesn't refer to a specific home directory (AppArmor doesn't
  14. # enforce discretionary access controls) it can be used as if it did
  15. # refer to a specific home directory
  16. @{HOME}=@{HOMEDIRS}/*/ /root/
  17. # @{HOMEDIRS} is a space-separated list of where user home directories
  18. # are stored, for programs that must enumerate all home directories on a
  19. # system.
  20. @{HOMEDIRS}=/home/
  21. # Also, include files in tunables/home.d for site-specific adjustments to
  22. # @{HOMEDIRS}.
  23. #include <tunables/home.d>