veilor-os/overlay
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
..
etc v0.5.0-alpha: TTY1 installer (omarchy/archinstall-style) 2026-05-02 03:20:42 +01:00
usr/local fix: escape sed special chars + reject & | / in passwords 2026-05-02 04:33:13 +01:00