summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-07-23 19:56:33 +0000
committergVisor bot <gvisor-bot@google.com>2021-07-23 19:56:33 +0000
commit59fda1d7d870f57aac31937669f3ab9a57457917 (patch)
treef059225edd4680915523d47eec798494d12b9799 /runsc
parentab5c7a2a9d4061a055a0a8d01b115a25fc55b650 (diff)
parent0eea96057a8559ae542a0cccfd61ceddc26ceb35 (diff)
Merge release-20210712.0-58-g0eea96057 (automated)
Diffstat (limited to 'runsc')
-rw-r--r--runsc/boot/filter/config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/runsc/boot/filter/config.go b/runsc/boot/filter/config.go
index 33e738efc..703f34827 100644
--- a/runsc/boot/filter/config.go
+++ b/runsc/boot/filter/config.go
@@ -463,6 +463,10 @@ func hostInetFilters() seccomp.SyscallRules {
seccomp.MatchAny{},
seccomp.EqualTo(unix.SIOCGIFFLAGS),
},
+ {
+ seccomp.MatchAny{},
+ seccomp.EqualTo(unix.SIOCGIFCONF),
+ },
},
unix.SYS_LISTEN: {},
unix.SYS_READV: {},