summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/hostinet
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 /pkg/sentry/socket/hostinet
parentab5c7a2a9d4061a055a0a8d01b115a25fc55b650 (diff)
parent0eea96057a8559ae542a0cccfd61ceddc26ceb35 (diff)
Merge release-20210712.0-58-g0eea96057 (automated)
Diffstat (limited to 'pkg/sentry/socket/hostinet')
-rw-r--r--pkg/sentry/socket/hostinet/socket_unsafe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/socket/hostinet/socket_unsafe.go b/pkg/sentry/socket/hostinet/socket_unsafe.go
index ccf4f534d..587f479eb 100644
--- a/pkg/sentry/socket/hostinet/socket_unsafe.go
+++ b/pkg/sentry/socket/hostinet/socket_unsafe.go
@@ -67,7 +67,7 @@ func ioctl(ctx context.Context, fd int, io usermem.IO, args arch.SyscallArgument
AddressSpaceActive: true,
})
return 0, err
- case unix.SIOCGIFFLAGS:
+ case unix.SIOCGIFFLAGS, unix.SIOCGIFCONF:
cc := &usermem.IOCopyContext{
Ctx: ctx,
IO: io,