summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2018-07-31 11:37:51 -0700
committerShentubot <shentubot@google.com>2018-07-31 11:38:57 -0700
commit6cad96f38a6de187d2aa3640c492bdfbdbdc589b (patch)
tree33fc9c836d5bb6223bd3cb4f1a264c5b92bd4565 /runsc/boot
parenta7a0167716d71895919021692b15bd000f63b24f (diff)
Drop dup2 filter
It is unused. PiperOrigin-RevId: 206798328 Change-Id: I2d7d27c0e4a0ef51264b900f14f1b3fdad17f2c4
Diffstat (limited to 'runsc/boot')
-rw-r--r--runsc/boot/filter/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/filter/config.go b/runsc/boot/filter/config.go
index fdc3e02c6..0ce49b3b2 100644
--- a/runsc/boot/filter/config.go
+++ b/runsc/boot/filter/config.go
@@ -30,7 +30,6 @@ var allowedSyscalls = seccomp.SyscallRules{
syscall.SYS_CLONE: {},
syscall.SYS_CLOSE: {},
syscall.SYS_DUP: {},
- syscall.SYS_DUP2: {},
syscall.SYS_EPOLL_CREATE1: {},
syscall.SYS_EPOLL_CTL: {},
syscall.SYS_EPOLL_PWAIT: {},