diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-02-05 03:07:59 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-02-05 03:07:59 +0000 |
commit | 2aae05f8f53ebbdaa6aef96484914a8ccb595a76 (patch) | |
tree | b6ad8a940e1ddc91b2acd841095ef8ff0b2197cb /conf | |
parent | b29ecb3ca4640ea4560f55038a69b04e537b2cb8 (diff) | |
download | msec-2aae05f8f53ebbdaa6aef96484914a8ccb595a76.tar msec-2aae05f8f53ebbdaa6aef96484914a8ccb595a76.tar.gz msec-2aae05f8f53ebbdaa6aef96484914a8ccb595a76.tar.bz2 msec-2aae05f8f53ebbdaa6aef96484914a8ccb595a76.tar.xz msec-2aae05f8f53ebbdaa6aef96484914a8ccb595a76.zip |
put /etc/hosts.{allow,deny,equiv} in the daemon group
Diffstat (limited to 'conf')
-rw-r--r-- | conf/perm.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/perm.4 b/conf/perm.4 index 4a9fb45..410665a 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -21,9 +21,9 @@ /etc/ftphosts root.adm 640 /etc/ftpusers root.adm 640 /etc/gettydefs root.adm 640 -/etc/hosts.allow root.adm 640 -/etc/hosts.deny root.adm 640 -/etc/hosts.equiv root.adm 640 +/etc/hosts.allow root.daemon 640 +/etc/hosts.deny root.daemon 640 +/etc/hosts.equiv root.daemon 640 /etc/inetd.conf root.adm 640 /etc/inittab root.adm 640 /etc/ld.so.conf root.adm 640 |