diff --git a/sandboxed_api/sandbox2/policybuilder.cc b/sandboxed_api/sandbox2/policybuilder.cc index 25462f7..c0830b2 100644 --- a/sandboxed_api/sandbox2/policybuilder.cc +++ b/sandboxed_api/sandbox2/policybuilder.cc @@ -536,6 +536,8 @@ PolicyBuilder& PolicyBuilder::AllowLogForwarding() { AllowSystemMalloc(); AllowTcMalloc(); + // From comms + AllowGetPIDs(); AllowSyscalls({// from logging code __NR_clock_gettime, // From comms