Commit c5129159 authored by Kroese's avatar Kroese
Browse files

Permissions

parent 33f1b21d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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