On Fri, Feb 23, 2007 at 03:39:32AM +0000, Jason Lunz wrote: > [EMAIL PROTECTED] said: > > > After reboot I had to reset the permissions on /dev/net/tun to 660 but > > then it all worked fine. how can I get the permissions 660 to stick > > on /dev/net/tun? > > If the permissions change with reboot then they're probably put there by > udev. >
For FC5, fixing this essentially amounts to changing something like: KERNEL=="tun", NAME="net/%k" to KERNEL=="tun", NAME="net/%k", GROUP="umlusrs", MODE="0660" somewhere under /etc/udev/rules.d. Just grep for 'tun' under said directory and all should be relatively clear. Oh yeah, and the permissions take effect when the tuntap module is loaded, not when the system boots. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user