/apparmor.d/abstractions/user-write

http://github.com/brinkman83/bashrc · #! · 19 lines · 18 code · 1 blank · 0 comment · 0 complexity · d126c6ef43834e44d13d5be1376f6fe4 MD5 · raw file

  1. # $Id$
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2002-2006 Novell/SUSE
  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. # per-user write directories
  12. @{HOME}/ r,
  13. @{HOME}/Desktop/ r,
  14. @{HOME}/Documents/ r,
  15. @{HOME}/[a-zA-Z0-9]*/ rw,
  16. @{HOME}/[a-zA-Z0-9]* rwl,
  17. @{HOME}/Desktop/** rwl,
  18. @{HOME}/Documents/** rwl,