forked from security/hakurei
test/sandbox: bind /var/tmp writable
This makes it possible to place markers with private tmpdir. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -77,6 +77,11 @@ in
|
||||
};
|
||||
|
||||
commonPaths = [
|
||||
{
|
||||
type = "bind";
|
||||
src = "/var/tmp";
|
||||
write = true;
|
||||
}
|
||||
{
|
||||
type = "bind";
|
||||
src = "/var/cache";
|
||||
|
||||
Reference in New Issue
Block a user