Sync public tree to 0bdcbac

This commit is contained in:
Michel Paulissen 2026-07-04 17:07:49 +02:00
parent 9f76e3e70a
commit 21f21fa8b6
3 changed files with 4 additions and 4 deletions

View file

@ -164,7 +164,7 @@ if (publicDryrunServiceSmoke && publicDryrunDeployPrep && publicDryrunSystemd &&
["deployment prep records service address", publicDryrunDeployPrep, /service_addr:[\s\S]*`\$\{serviceHost\}:\$\{servicePort\}`/],
["deployment prep records DNS state", publicDryrunDeployPrep, /dns_publication_state: dnsPublicationState/],
["deployment prep records service smoke command", publicDryrunDeployPrep, /public-release-dryrun-service-smoke\.js/],
["systemd binds public TCP 9443", publicDryrunSystemd, /--listen 0\.0\.0\.0:9443/],
["systemd binds public TCP 9443", publicDryrunSystemd, /--listen \[::\]:9443/],
["systemd avoids privileged port capability", publicDryrunSystemd, /NoNewPrivileges=true/],
["systemd uses dedicated user", publicDryrunSystemd, /User=disasmer[\s\S]*Group=disasmer/],
["runbook says externally reachable", publicDryrunRunbook, /externally reachable host/],