-
Notifications
You must be signed in to change notification settings - Fork 596
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
runc 1.2.2 / containerd 2.0.0
containerd/containerd#11078
Ubuntu image is based on containerd://1.7.27-1, which has this issue fixed. The fix was backported to containerd 2.0.2.
To Reproduce
Steps to reproduce the behavior:
- Launch a priviledged container.
- run mknod /dev/net/tun
- It will fail:
ERROR: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1)
Expected behavior
mknod /dev/net/tun
should work for privileged containers.
Screenshots
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working