left4me/deploy/tests
mwiegand 55b013833b
deploy/hardening: allow x86 syscalls on web drop-in (steamcmd is 32-bit)
The web service handles install jobs by fork-exec'ing steamcmd_linux,
a 32-bit binary. With SystemCallArchitectures=native (x86_64 only) the
kernel SIGSYS-kills it on its first i386 syscall — surfaced as bash
exit 159 (= 128 + SIGSYS) in job logs. Mirror the server drop-in's
`native x86` so the install path works again; the server unit already
needed the same allowance for srcds_linux.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 20:14:26 +02:00
..
test_example_units.py deploy/hardening: allow x86 syscalls on web drop-in (steamcmd is 32-bit) 2026-05-15 20:14:26 +02:00
test_sudoers.py deploy/tests: add visudo syntax test for the sudoers drop-in 2026-05-15 19:28:45 +02:00