diff options
-rw-r--r-- | conf/perm.4 | 4 | ||||
-rw-r--r-- | conf/perm.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/perm.4 b/conf/perm.4 index 482b97d..c5159b2 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -21,8 +21,8 @@ /etc/ftphosts root.adm 640 /etc/ftpusers root.adm 640 /etc/gettydefs root.adm 640 -/etc/hosts.allow root.daemon 640 -/etc/hosts.deny root.daemon 640 +/etc/hosts.allow root.daemon 644 +/etc/hosts.deny root.daemon 644 /etc/hosts.equiv root.daemon 640 /etc/inetd.conf root.adm 640 /etc/inittab root.adm 640 diff --git a/conf/perm.5 b/conf/perm.5 index 58fbb78..0ed24d2 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -21,8 +21,8 @@ /etc/ftphosts root.root 600 /etc/ftpusers root.root 600 /etc/gettydefs root.root 600 -/etc/hosts.allow root.daemon 640 -/etc/hosts.deny root.daemon 640 +/etc/hosts.allow root.daemon 644 +/etc/hosts.deny root.daemon 644 /etc/hosts.equiv root.daemon 640 /etc/inetd.conf root.root 600 /etc/inittab root.root 600 |