summary refs log tree commit diff
path: root/seccomp/x86_64/common_device.policy
diff options
context:
space:
mode:
Diffstat (limited to 'seccomp/x86_64/common_device.policy')
-rw-r--r--seccomp/x86_64/common_device.policy3
1 files changed, 3 insertions, 0 deletions
diff --git a/seccomp/x86_64/common_device.policy b/seccomp/x86_64/common_device.policy
index 2379b95..81ebb18 100644
--- a/seccomp/x86_64/common_device.policy
+++ b/seccomp/x86_64/common_device.policy
@@ -30,6 +30,7 @@ poll: 1
 ppoll: 1
 prctl: arg0 == PR_SET_NAME
 read: 1
+readv: 1
 recvfrom: 1
 recvmsg: 1
 restart_syscall: 1
@@ -38,6 +39,8 @@ rt_sigprocmask: 1
 rt_sigreturn: 1
 sched_getaffinity: 1
 sendmsg: 1
+sendto: 1
 set_robust_list: 1
 sigaltstack: 1
 write: 1
+writev: 1