diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-04-07 19:50:17 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-04-07 19:50:42 -0400 |
commit | d6cb86d1f0669ff3f59ca9bc444b8516d7ccefaa (patch) | |
tree | d1fc2f38aa77fa90e3e2216a3ff27780876a4ecd /etc | |
parent | 283597589b600ce23c5e183ea60a1540ebee5c9a (diff) | |
download | pfsense-d6cb86d1f0669ff3f59ca9bc444b8516d7ccefaa.zip pfsense-d6cb86d1f0669ff3f59ca9bc444b8516d7ccefaa.tar.gz |
Set all log files to 600
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |