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()
|
||||
// Don't restrict the syscalls at all
|
||||
.DangerDefaultAllowAll()
|
||||
.EnableNamespaces()
|
||||
.TryBuild());
|
||||
|
||||
Sandbox2 sandbox(std::move(executor), std::move(policy));
|
||||
|
|
Loading…
Reference in New Issue
Block a user