From 01893f813d4be145d29ab5ac1f5d541177086cf4 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Wed, 26 Aug 2026 18:11:05 -0500 Subject: [PATCH] fix(audit): pfv-jetson-nano-1 expected user is localuser with sudo [#446] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With UCS and Jetson keys in place every auditable system now passes: 68 OK / 2 by-design (Home Assistant, Umbrel). Zero failures. 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- scripts/audit-fleet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/audit-fleet.sh b/scripts/audit-fleet.sh index 7113b20..eb5112d 100755 --- a/scripts/audit-fleet.sh +++ b/scripts/audit-fleet.sh @@ -53,7 +53,7 @@ classify() { printf '%s' "root vm" ;; pfvsvrpi) printf '%s' "localuser vm" ;; - subopi3|subopi-dev-3|subopi-dev-4|pfv-jetson-nano-1) + subopi3|subopi-dev-3|subopi-dev-4) printf '%s' "subodev vm" ;; pfv-netinfra-01) printf '%s' "localuser dns1" ;; pfv-netinfra-02) printf '%s' "localuser dns2" ;;