/apparmor.d/abstractions/web-data

http://github.com/brinkman83/bashrc · #! · 22 lines · 20 code · 2 blank · 0 comment · 0 complexity · aa64cf96a002f762ee1d5787af8f0acb 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. /srv/www/htdocs/ r,
  12. /srv/www/htdocs/** r,
  13. # virtual hosting
  14. /srv/www/vhosts/ r,
  15. /srv/www/vhosts/** r,
  16. # mod_userdir
  17. @{HOME}/public_html/ r,
  18. @{HOME}/public_html/** r,
  19. /srv/www/rails/*/public/ r,
  20. /srv/www/rails/*/public/** r,