Remove leftover DangerDefaultAllowAll

PiperOrigin-RevId: 513466766
Change-Id: I02b237c6900962c04ec41be9cbba9b9e6a8242a6
pull/171/head
Wiktor Garbacz 2023-03-02 01:21:34 -08:00 committed by Copybara-Service
parent 5a8a25e9ac
commit dfe0b9aa6d
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class UVTestCallbackSapiSandbox : public uv::UVSandbox {
std::unique_ptr<sandbox2::Policy> ModifyPolicy(
sandbox2::PolicyBuilder*) override {
return sandbox2::PolicyBuilder()
.DangerDefaultAllowAll()
.AllowDynamicStartup()
.AllowExit()
.AllowFutexOp(FUTEX_WAKE_PRIVATE)