diff options
Diffstat (limited to 'mojo/runner/linux_sandbox.cc')
-rw-r--r-- | mojo/runner/linux_sandbox.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/runner/linux_sandbox.cc b/mojo/runner/linux_sandbox.cc index 6990f0a..1318b72 100644 --- a/mojo/runner/linux_sandbox.cc +++ b/mojo/runner/linux_sandbox.cc @@ -84,6 +84,8 @@ class SandboxPolicy : public sandbox::BaselinePolicy { case __NR_ftruncate: case __NR_getrlimit: case __NR_uname: + case __NR_getsockopt: + case __NR_setsockopt: return sandbox::bpf_dsl::Allow(); } |