Context
Security hardening work is required to improve SSH and policy enforcement safeguards.
Requested work
- Further harden ssh security
- Fine-tune seccomp policies.
- Enforce mTLS certificate validation.
- Add checks to verify
setgid and setuid calls succeed.
- Add policy validation to ensure corrupted or maliciously modified policies do not cause unsafe behavior.
Definition of done
- Security hardening changes are implemented and validated.
- Failure modes are explicit, with safe defaults when validation fails.
- Tests or checks cover the new validation and enforcement paths.
Originally by @drew on 2026-02-12T17:58:51.059-08:00