gshapiro 8cc0839b13 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
..
2002-07-26 06:12:14 +00:00
2002-02-06 04:46:07 +00:00
2002-07-07 10:00:43 +00:00
2001-08-31 22:49:22 +00:00
2002-04-11 17:17:28 +00:00
2002-07-10 16:07:33 +00:00
2002-03-21 21:43:25 +00:00
2001-12-18 18:21:51 +00:00
2001-03-24 07:20:36 +00:00
2002-07-18 05:00:23 +00:00
2002-04-22 16:18:36 +00:00
2001-08-14 23:51:58 +00:00
2002-07-31 10:05:37 +00:00
2001-11-22 21:43:43 +00:00