Skip to content

Commit

Permalink
vpnkit-tap-vsockd: add a linuxkit build.yml
Browse files Browse the repository at this point in the history
Include explicit device access for /dev/net/tun , see
opencontainers/runc#3468

Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
djs55 committed May 5, 2022
1 parent e67cca0 commit aeab015
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions c/vpnkit-tap-vsockd/build.yml
@@ -0,0 +1,10 @@
image: vpnkit-tap-vsockd
config:
capabilities:
- CAP_NET_ADMIN
devices:
- path: "/dev/net/tun"
type: c
major: 10
minor: 200
mode: 0666

0 comments on commit aeab015

Please sign in to comment.