summaryrefslogtreecommitdiff
path: root/src/Sandbox.hs
AgeCommit message (Collapse)Author
2025-07-06Isolate filesystems using mount namespaceHEADmasterRoman Smrž
Recursively bind and set to read-only all the host filesystems and bind-mount as read-write only the test dir. Provide new writable tmpfs under /tmp. Changelog: Make host filesystems read-only for the test process (except for test dir)