Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-06 | Isolate filesystems using mount namespaceHEADmaster | Roman 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-14 | Custom C main instead of wrapper binary | Roman Smrž | |
Changelog: Use custom C main instead of wrapper binary for unshare(2) call. |