diff options
author | Frederic Lepied <flepied@mandriva.com> | 2001-08-09 08:47:05 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2001-08-09 08:47:05 +0000 |
commit | 39fbd4fb144919b93c350526221df06255a7e118 (patch) | |
tree | 2f9ce5209507ca643579e2bf424a7a55a69cab0e /conf/perm.4 | |
parent | 7c4523ed3de1cb0e5ea25d8e452c946232449ed4 (diff) | |
download | msec-39fbd4fb144919b93c350526221df06255a7e118.tar msec-39fbd4fb144919b93c350526221df06255a7e118.tar.gz msec-39fbd4fb144919b93c350526221df06255a7e118.tar.bz2 msec-39fbd4fb144919b93c350526221df06255a7e118.tar.xz msec-39fbd4fb144919b93c350526221df06255a7e118.zip |
made securetty entry compliant with other perm.*
Diffstat (limited to 'conf/perm.4')
-rw-r--r-- | conf/perm.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/perm.4 b/conf/perm.4 index d34b49f..aead614 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -32,12 +32,12 @@ /etc/lilo.conf root.adm 600 /etc/modules.conf root.adm 640 /etc/motd root.adm 644 -/etc/printcap root.lp 640 +/etc/printcap root.lp 640 /etc/profile root.root 644 /etc/rc.d/ root.adm 640 -/etc/securetty root.adm 640 +/etc/securetty root.root 640 /etc/sendmail.cf root.adm 640 -/etc/shutdown.allow root.root 600 +/etc/shutdown.allow root.root 600 /etc/ssh_config root.root 644 /etc/ssh_host_key root.adm 640 /etc/ssh_host_key.pub root.adm 644 @@ -59,8 +59,8 @@ /var/ root.root 755 /var/log/ root.root 711 /var/log/* root.root 600 -/var/log/squid squid.squid 711 +/var/log/squid squid.squid 711 /var/log/security/ root.root 700 /var/log/security/* root.root 600 -/var/spool/mail/ root.mail 771 -/var/tmp root.root 1777 +/var/spool/mail/ root.mail 771 +/var/tmp root.root 1777 |