aboutsummaryrefslogtreecommitdiffstats
path: root/src/sandbox.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add pledge(2) and unveil(2) sandboxing for tp and tpdmurilo ijanc2026-03-251-0/+77
tpd: unveil data dir (rwc), resolv.conf (r) when DNS needed, then pledge stdio rpath wpath cpath fattr inet unix dns. tp: unveil socket path (rw), then pledge stdio unix rpath.