| Index: content/common/sandbox_seccomp_bpf_linux.cc
|
| diff --git a/content/common/sandbox_seccomp_bpf_linux.cc b/content/common/sandbox_seccomp_bpf_linux.cc
|
| index 57ba3ef1e64ee6b6acc59c7e9957c0113f4e380f..975d565665f198e4d4938e4bd490732986a19c75 100644
|
| --- a/content/common/sandbox_seccomp_bpf_linux.cc
|
| +++ b/content/common/sandbox_seccomp_bpf_linux.cc
|
| @@ -1964,6 +1964,8 @@ Sandbox::EvaluateSyscall GetProcessSyscallPolicy(
|
| }
|
|
|
| if (process_type == switches::kUtilityProcess) {
|
| + // TODO(jorgelo): review sandbox initialization in utility_main.cc if we
|
| + // change this policy.
|
| return BlacklistDebugAndNumaPolicy;
|
| }
|
|
|
|
|