veilor-os/overlay/usr/local/sbin
veilor-org d0b8678eb5 fix: escape sed special chars + reject & | / in passwords
Reviewer found a password like aA1!@#%^&*()_-+={}[] becomes
aA1!@#%^__ADMIN_PW__*()_-+={}[] because sed expands & to matched
pattern. Two layers of defense:
1. validate_pw rejects & | / newline at input
2. sed_escape() helper escapes any remaining special chars before
   substitution
2026-05-02 04:33:13 +01:00
..
veilor-firstboot ks: SELinux permissive at build (PCRE2 mismatch); enforcing+relabel at first boot 2026-04-30 09:43:33 +01:00
veilor-installer fix: escape sed special chars + reject & | / in passwords 2026-05-02 04:33:13 +01:00