ref: 65d044deae4c50628b073b515a1dd97d33fc31bb
parent: 074b691f16faba137ab9cb48471fc3160b33da40
author: Jacob Moody <moody@posixcafe.org>
date: Wed Dec 14 12:09:32 EST 2022
netaudit: uncomment out warning about /srv/boot In light of recent cwfs state, this is more useful.
--- a/rc/bin/netaudit
+++ b/rc/bin/netaudit
@@ -165,7 +165,7 @@
fn checksec {
echo 'checking basic security:'
if(@{rfork n; mount -n /srv/boot /root >/dev/null >[2=1]})
- echo ' file server does not require auth for user '^`{cat '#c'/user}
+ echo ' file server does not require auth for user '^$user
if not
echo ' file server seems to require auth'
}
@@ -172,4 +172,4 @@
checkhost
checknet
checkauth
-#checksec
+checksec