logo

apparmor.d

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

web-data (811B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2002-2006 Novell/SUSE
  4. # Copyright (C) 2014 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. /srv/www/htdocs/ r,
  13. /srv/www/htdocs/** r,
  14. # virtual hosting
  15. /srv/www/vhosts/ r,
  16. /srv/www/vhosts/** r,
  17. # mod_userdir
  18. @{HOME}/public_html/ r,
  19. @{HOME}/public_html/** r,
  20. /srv/www/rails/*/public/ r,
  21. /srv/www/rails/*/public/** r,
  22. /var/www/html/ r,
  23. /var/www/html/** r,
  24. # Include additions to the abstraction
  25. include if exists <abstractions/web-data.d>