diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-02-05 03:05:11 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-02-05 03:05:11 +0000 |
commit | 0a4c822b9a39cdc3ed1d7ef96f6b61f0856ba5c4 (patch) | |
tree | cf95d517588417b1c4ae0e04c521cdcf86921be8 /conf | |
parent | 80cefb79e864c848e2c066a9b9d9d76ed0794e3c (diff) | |
download | msec-0a4c822b9a39cdc3ed1d7ef96f6b61f0856ba5c4.tar msec-0a4c822b9a39cdc3ed1d7ef96f6b61f0856ba5c4.tar.gz msec-0a4c822b9a39cdc3ed1d7ef96f6b61f0856ba5c4.tar.bz2 msec-0a4c822b9a39cdc3ed1d7ef96f6b61f0856ba5c4.tar.xz msec-0a4c822b9a39cdc3ed1d7ef96f6b61f0856ba5c4.zip |
put /etc/hosts.{allow,deny,equiv}
Diffstat (limited to 'conf')
-rw-r--r-- | conf/perm.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/perm.5 b/conf/perm.5 index 6dbbf5a..29c4da9 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -21,9 +21,9 @@ /etc/ftphosts root.root 600 /etc/ftpusers root.root 600 /etc/gettydefs root.root 600 -/etc/hosts.allow root.root 600 -/etc/hosts.deny root.root 600 -/etc/hosts.equiv root.root 600 +/etc/hosts.allow root.daemon 640 +/etc/hosts.deny root.daemon 640 +/etc/hosts.equiv root.daemon 640 /etc/inetd.conf root.root 600 /etc/inittab root.root 600 /etc/ld.so.conf root.root 600 |