diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-05 18:15:06 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-06 13:03:19 +0200 |
commit | 28a93e24f6a33a8254c16c31961d523c71bdb1d2 (patch) | |
tree | dfd54319c67c031cadf3398dc93ac648dc7e90be /erebos-tester.cabal | |
parent | 8e4bacb750d6b3657e5e8c72a8f30f14455812e5 (diff) |
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)
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r-- | erebos-tester.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal index 4fa1939..f540d09 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -62,6 +62,7 @@ executable erebos-tester Process Run Run.Monad + Sandbox Script.Expr Script.Expr.Class Script.Module |