From 6945804b40cd73da18aa8039524e571578c653a9 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Sun, 25 Aug 2002 19:47:17 +0000 Subject: let hosts.{allow,deny} be readable by everyone (to allow all the daemons to access them). --- conf/perm.4 | 4 ++-- 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 -- cgit v1.2.1