diff options
author | Frederic Lepied <flepied@mandriva.com> | 2005-06-30 06:54:11 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2005-06-30 06:54:11 +0000 |
commit | 1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb (patch) | |
tree | 4ed28e1df140f0de83a9e07658e7390afc6817e5 /conf | |
parent | 369b57ced4c085ec307b569526153b4e230ae4a2 (diff) | |
download | msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.tar msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.tar.gz msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.tar.bz2 msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.tar.xz msec-1fe017ba39175b54efe5d7f00dcd2fa8347a6dcb.zip |
manage apache files (Guillaume Rousse) (bug #12183)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/perm.0 | 5 | ||||
-rw-r--r-- | conf/perm.1 | 5 | ||||
-rw-r--r-- | conf/perm.2 | 5 | ||||
-rw-r--r-- | conf/perm.3 | 5 | ||||
-rw-r--r-- | conf/perm.4 | 5 | ||||
-rw-r--r-- | conf/perm.5 | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/conf/perm.0 b/conf/perm.0 index 8d7c485..9bee0cc 100644 --- a/conf/perm.0 +++ b/conf/perm.0 @@ -24,6 +24,11 @@ /etc/hosts.allow root.root 644 /etc/hosts.deny root.root 644 /etc/hosts.equiv root.root 644 +/etc/httpd/modules.d/*.conf root.root 644 +/etc/httpd/conf/*.conf root.root 644 +/etc/httpd/conf/addon-modules/* root.root 644 +/etc/httpd/conf/vhosts.d/* root.root 644 +/etc/httpd/conf/webapps.d/* root.root 644 /etc/inetd.conf root.root 644 /etc/inittab root.root 644 /etc/ld.so.conf root.root 644 diff --git a/conf/perm.1 b/conf/perm.1 index c3997a5..0db9cbb 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -24,6 +24,11 @@ /etc/hosts.allow root.root 644 /etc/hosts.deny root.root 644 /etc/hosts.equiv root.root 644 +/etc/httpd/modules.d/*.conf root.root 644 +/etc/httpd/conf/*.conf root.root 644 +/etc/httpd/conf/addon-modules/* root.root 644 +/etc/httpd/conf/vhosts.d/* root.root 644 +/etc/httpd/conf/webapps.d/* root.root 644 /etc/inetd.conf root.root 644 /etc/inittab root.root 644 /etc/ld.so.conf root.root 644 diff --git a/conf/perm.2 b/conf/perm.2 index 2d5e6f7..923ffa6 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -24,6 +24,11 @@ /etc/hosts.allow root.root 644 /etc/hosts.deny root.root 644 /etc/hosts.equiv root.root 644 +/etc/httpd/modules.d/*.conf root.root 644 +/etc/httpd/conf/*.conf root.root 644 +/etc/httpd/conf/addon-modules/* root.root 644 +/etc/httpd/conf/vhosts.d/* root.root 644 +/etc/httpd/conf/webapps.d/* root.root 644 /etc/inetd.conf root.root 644 /etc/inittab root.root 644 /etc/ld.so.conf root.root 644 diff --git a/conf/perm.3 b/conf/perm.3 index 4960b68..a374112 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -24,6 +24,11 @@ /etc/hosts.allow root.root 644 /etc/hosts.deny root.root 644 /etc/hosts.equiv root.root 644 +/etc/httpd/modules.d/*.conf root.root 644 +/etc/httpd/conf/*.conf root.root 644 +/etc/httpd/conf/addon-modules/* root.root 644 +/etc/httpd/conf/vhosts.d/* root.root 644 +/etc/httpd/conf/webapps.d/* root.root 644 /etc/inetd.conf root.root 644 /etc/inittab root.root 644 /etc/ld.so.conf root.root 644 diff --git a/conf/perm.4 b/conf/perm.4 index 7d50c67..649017f 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -24,6 +24,11 @@ /etc/hosts.allow root.daemon 644 /etc/hosts.deny root.daemon 644 /etc/hosts.equiv root.daemon 640 +/etc/httpd/modules.d/*.conf root.adm 640 +/etc/httpd/conf/*.conf root.adm 640 +/etc/httpd/conf/addon-modules/* root.adm 640 +/etc/httpd/conf/vhosts.d/* root.adm 640 +/etc/httpd/conf/webapps.d/* root.adm 640 /etc/inetd.conf root.adm 640 /etc/inittab root.adm 640 /etc/ld.so.conf root.ctools 640 diff --git a/conf/perm.5 b/conf/perm.5 index 18c7970..f933f23 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -24,6 +24,11 @@ /etc/hosts.allow root.daemon 644 /etc/hosts.deny root.daemon 644 /etc/hosts.equiv root.daemon 640 +/etc/httpd/modules.d/*.conf root.root 600 +/etc/httpd/conf/*.conf root.root 600 +/etc/httpd/conf/addon-modules/* root.root 600 +/etc/httpd/conf/vhosts.d/* root.root 600 +/etc/httpd/conf/webapps.d/* root.root 600 /etc/inetd.conf root.root 600 /etc/inittab root.root 600 /etc/ld.so.conf root.root 600 |