diff --git a/oci/spec_opts.go b/oci/spec_opts.go index 371d2ae44ef0..8aa15d688c3c 100644 --- a/oci/spec_opts.go +++ b/oci/spec_opts.go @@ -1192,20 +1192,13 @@ func WithDefaultUnixDevices(_ context.Context, _ Client, _ *containers.Container Allow: true, }, { + // "dev/ptmx" Type: "c", Major: intptr(5), Minor: intptr(2), Access: rwm, Allow: true, }, - { - // tuntap - Type: "c", - Major: intptr(10), - Minor: intptr(200), - Access: rwm, - Allow: true, - }, }...) return nil }