Permissions
This commit is contained in:
parent
ec55c5cf3d
commit
597ae170e2
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,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
|
||||
chmod 666 /dev/net/tun
|
||||
fi
|
||||
|
||||
# Load the tun module if not already loaded
|
||||
|
|
Loading…
Reference in a new issue