| Index: content/common/sandbox_linux/bpf_gpu_policy_linux.cc
|
| diff --git a/content/common/sandbox_linux/bpf_gpu_policy_linux.cc b/content/common/sandbox_linux/bpf_gpu_policy_linux.cc
|
| index e54cb210909d11b6ec2ee8cc3a3cbbe8564d4de8..d6b54f8ef55abd7bd96b4565eaa0c153e6ed39cd 100644
|
| --- a/content/common/sandbox_linux/bpf_gpu_policy_linux.cc
|
| +++ b/content/common/sandbox_linux/bpf_gpu_policy_linux.cc
|
| @@ -179,6 +179,8 @@ ErrorCode GpuProcessPolicy::EvaluateSyscall(SandboxBPF* sandbox,
|
| // We also hit this on the linux_chromeos bot but don't yet know what
|
| // weird flags were involved.
|
| case __NR_mprotect:
|
| + // TODO(jln): restrict prctl.
|
| + case __NR_prctl:
|
| case __NR_sched_getaffinity:
|
| case __NR_sched_setaffinity:
|
| case __NR_setpriority:
|
|
|