diff --git a/oss-internship-2020/libuv/tests/test_callback.cc b/oss-internship-2020/libuv/tests/test_callback.cc index df4632b..de37e73 100644 --- a/oss-internship-2020/libuv/tests/test_callback.cc +++ b/oss-internship-2020/libuv/tests/test_callback.cc @@ -28,7 +28,6 @@ class UVTestCallbackSapiSandbox : public uv::UVSandbox { std::unique_ptr ModifyPolicy( sandbox2::PolicyBuilder*) override { return sandbox2::PolicyBuilder() - .DangerDefaultAllowAll() .AllowDynamicStartup() .AllowExit() .AllowFutexOp(FUTEX_WAKE_PRIVATE)