freebsd-dev/etc/periodic/security
Gregory Neil Shapiro b31d4126e3 If all file systems are marked nosuid, the line:
MP=`mount -t ufs | grep -v " nosuid" | awk '{ print $3 }' | sort`

sets ${MP} to an empty string so the next line:

	set ${MP}

actually just dumps all of the shells variables to stdout (and therefore
the security report).  Fixed by surrounding the code which goes through the
mounts with a test for an empty string before using ${MP}.

Reviewed by:	brian
MFC after:	3 days
2002-08-03 22:33:34 +00:00
..
100.chksetuid If all file systems are marked nosuid, the line: 2002-08-03 22:33:34 +00:00
200.chkmounts Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp} 2002-05-17 11:34:12 +00:00
300.chkuid0 Long ago, there was just /etc/daily. Then /etc/security was split out 2001-12-07 23:57:39 +00:00
400.passwdless Long ago, there was just /etc/daily. Then /etc/security was split out 2001-12-07 23:57:39 +00:00
500.ipfwdenied Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp} 2002-05-17 11:34:12 +00:00
550.ipfwlimit Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp} 2002-05-17 11:34:12 +00:00
600.ip6fwdenied Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp} 2002-05-17 11:34:12 +00:00
650.ip6fwlimit Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp} 2002-05-17 11:34:12 +00:00
700.kernelmsg Mention that we're checking kernel log messages, even if there's 2002-06-28 10:32:18 +00:00
800.loginfail No need to explicitly check for both cases when using grep -i. 2002-03-12 21:44:33 +00:00
900.tcpwrap Long ago, there was just /etc/daily. Then /etc/security was split out 2001-12-07 23:57:39 +00:00
Makefile Install scripts via FILES (purposedly not via SCRIPTS that would 2002-07-18 12:33:01 +00:00