Skip to content

Commit

Permalink
Merge pull request haugene#627 from ducseb/patch-1
Browse files Browse the repository at this point in the history
Fix unpriviligied user to use tun device under docker
  • Loading branch information
haugene authored Oct 18, 2018
2 parents b75e113 + 3a0d891 commit df044de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ if ( [ ! -c /dev/net/tun ] ); then
mkdir -m 755 /dev/net
fi
mknod /dev/net/tun c 10 200
chmod 0755 /dev/net/tun
fi
# Load the tun module if not already loaded
Expand Down

0 comments on commit df044de

Please sign in to comment.