mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix double EnableNamespaces
PiperOrigin-RevId: 258142629 Change-Id: Ied76490e51278371fd51e117053599cce52991f1
This commit is contained in:
parent
6d33c1f908
commit
9f36bd80d2
@ -107,7 +107,6 @@ TEST(NamespaceTest, UserNamespaceIDMapWritten) {
|
|||||||
.EnableNamespaces()
|
.EnableNamespaces()
|
||||||
// Don't restrict the syscalls at all
|
// Don't restrict the syscalls at all
|
||||||
.DangerDefaultAllowAll()
|
.DangerDefaultAllowAll()
|
||||||
.EnableNamespaces()
|
|
||||||
.TryBuild());
|
.TryBuild());
|
||||||
|
|
||||||
Sandbox2 sandbox(std::move(executor), std::move(policy));
|
Sandbox2 sandbox(std::move(executor), std::move(policy));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user