git: 9front

Download patch

ref: d32e258ebbdce47a2be75efb6490cd41adf1e75c
parent: 977e6ba49f865f8b34de65284815e73633847a41
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
--