mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
b31d4126e3
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 |
||
---|---|---|
.. | ||
100.chksetuid | ||
200.chkmounts | ||
300.chkuid0 | ||
400.passwdless | ||
500.ipfwdenied | ||
550.ipfwlimit | ||
600.ip6fwdenied | ||
650.ip6fwlimit | ||
700.kernelmsg | ||
800.loginfail | ||
900.tcpwrap | ||
Makefile |