Permissions

This commit is contained in:
Kroese 2023-04-03 22:15:24 +02:00
parent ec55c5cf3d
commit 597ae170e2

View File

@ -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