aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2002-08-25 19:47:17 +0000
committerFrederic Lepied <flepied@mandriva.com>2002-08-25 19:47:17 +0000
commit6945804b40cd73da18aa8039524e571578c653a9 (patch)
tree00edf2cdb1b411cd5389496a77495d5ad3d943a7
parent52edaa437093b85fd1c3b217a34fc7a1eb15c34e (diff)
downloadmsec-6945804b40cd73da18aa8039524e571578c653a9.tar
msec-6945804b40cd73da18aa8039524e571578c653a9.tar.gz
msec-6945804b40cd73da18aa8039524e571578c653a9.tar.bz2
msec-6945804b40cd73da18aa8039524e571578c653a9.tar.xz
msec-6945804b40cd73da18aa8039524e571578c653a9.zip
let hosts.{allow,deny} be readable by everyone (to allow all the daemons to
access them).
-rw-r--r--conf/perm.44
-rw-r--r--conf/perm.54
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