mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
53cb00a92b
I noticed on a system at home that restarting named(8) causes the /var/named/dev mount to be moved to the bottom of the mount list, because it gets remounted. When I received the daily security email this morning, I was quite amazed to see that the security report listed the differences, while it was nothing out of the ordinary. If we just throw the `mount -p' output through sort(1), we'll only receive notifications about changes to mounts if something has really changed. |
||
---|---|---|
.. | ||
100.chksetuid | ||
200.chkmounts | ||
300.chkuid0 | ||
400.passwdless | ||
410.logincheck | ||
500.ipfwdenied | ||
510.ipfdenied | ||
520.pfdenied | ||
550.ipfwlimit | ||
610.ipf6denied | ||
700.kernelmsg | ||
800.loginfail | ||
900.tcpwrap | ||
Makefile | ||
security.functions |