Set all log files to 600

This commit is contained in:
Scott Ullrich 2009-04-07 19:50:17 -04:00
parent 283597589b
commit d6cb86d1f0

2
etc/rc
View File

@ -250,7 +250,7 @@ else
fi
fi
# change permissions on newly created fifolog files.
chmod 0600 /var/log/system.log /var/log/filter.log /var/log/dhcpd.log /var/log/vpn.log /var/log/portalauth.log /var/log/relayd.log
chmod 0600 /var/log/*.log
echo -n "."
DEVFS=`mount | grep devfs | wc -l | cut -d" " -f8`