2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

Update phpsysinfo instructions in usr.sbin.apache2. Incorporate feedback from

Simon Deziel.

Acked-By: Jamie Strandboge <jamie@canonical.com>
Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
Jamie Strandboge
2014-09-08 20:39:34 -05:00
parent e9fbdbf74b
commit 575d75eca8

View File

@@ -53,13 +53,18 @@
# 2- Enable the main apache2 profile
# sudo aa-enforce /etc/apparmor.d/usr.sbin.apache2
#
# 3- Configure apache with the following:
# 3- Configure apache with the following (or similar):
# Alias /phpsysinfo /usr/share/phpsysinfo
# <Location /phpsysinfo>
# <IfModule mod_apparmor.c>
# AAHatName phpsysinfo
# </IfModule>
#
# <Directory /var/www/phpsysinfo/>
# <IfModule mod_apparmor.c>
# AAHatName phpsysinfo
# </IfModule>
# </Directory>
# # adjust as necessary:
# Options None
# Require local
# Require ip 192.168.0.0/16
# </Location>
#
#include <abstractions/base>