mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
minor fix
This commit is contained in:
parent
dfc9d11f35
commit
f7eff228f0
|
@ -44,7 +44,6 @@ class JsonnetSapiSandbox : public JsonnetSandbox {
|
||||||
})
|
})
|
||||||
.AddDirectoryAt(dirname(&out_file_[0]), "/output", /*is_ro=*/false)
|
.AddDirectoryAt(dirname(&out_file_[0]), "/output", /*is_ro=*/false)
|
||||||
.AddDirectoryAt(dirname(&in_file_[0]), "/input", true)
|
.AddDirectoryAt(dirname(&in_file_[0]), "/input", true)
|
||||||
// .AddFileAt(in_file_, std::string("/input/"), true)
|
|
||||||
.BuildOrDie();
|
.BuildOrDie();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user