@@ -0,0 +1,11 @@
#!/bin/sh
if ( [ ! -c /dev/net/tun ] ); then
if ( [ ! -d /dev/net ] ); then
mkdir -m 755 /dev/net
fi
mknod /dev/net/tun c 10 200
if ( !(lsmod | grep -q "^tun\s") ); then
insmod /lib/modules/tun.ko
The note is not visible to the blocked user.