summaryrefslogtreecommitdiff
path: root/src/main.c
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)
2024-10-14Custom C main instead of wrapper binaryRoman Smrž
Changelog: Use custom C main instead of wrapper binary for unshare(2) call.