2010-01-03 13:16:38 -08:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
|
2012-01-05 23:28:17 +01:00
|
|
|
# This file contains basic permissions for Apache and every vHost
|
|
|
|
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
|
2010-01-03 13:16:38 -08:00
|
|
|
# Apache
|
|
|
|
network inet stream,
|
2012-01-05 23:28:17 +01:00
|
|
|
network inet6 stream,
|
|
|
|
# apache manual, error pages and icons
|
2010-01-03 13:16:38 -08:00
|
|
|
/usr/share/apache2/** r,
|
|
|
|
|
|
|
|
# changehat itself
|
2013-01-02 15:34:38 -08:00
|
|
|
@{PROC}/@{pid}/attr/current w,
|
2010-01-03 13:16:38 -08:00
|
|
|
|
2012-01-05 23:28:17 +01:00
|
|
|
# htaccess files - for what ever it is worth
|
|
|
|
/**/.htaccess r,
|
|
|
|
|
|
|
|
/dev/urandom r,
|
|
|
|
|