Author :
schwarze
Date :
2020-09-14 14:43:13
Hash :0a0d7ac4 Message :Do not bother scanning file systems that are both nodev and nosuid
for SUID, SGID, and device files, implementing an idea that deraadt@
came up with based on a somewhat similar idea from millert@ after
a loosely related comment from Rupert Gallagher on misc@.
While here, minimally simplify the way mount options are parsed,
hoping to make the parsing more readable and also more robust.
OK millert@ deraadt@