summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2022-12-14 17:09:32 +0000
committerJacob Moody <moody@posixcafe.org>2022-12-14 17:09:32 +0000
commit65d044deae4c50628b073b515a1dd97d33fc31bb (patch)
tree4534c43092980e9f163b0c858ef44064ea3de641 /rc
parent074b691f16faba137ab9cb48471fc3160b33da40 (diff)
netaudit: uncomment out warning about /srv/boot
In light of recent cwfs state, this is more useful.
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/netaudit4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/netaudit b/rc/bin/netaudit
index 112f0fec4..490d9c43c 100755
--- a/rc/bin/netaudit
+++ b/rc/bin/netaudit
@@ -165,11 +165,11 @@ fn checkauth {
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'
}
checkhost
checknet
checkauth
-#checksec
+checksec