Package: udev
Version: 0.125-7+lenny1

Even though /etc/udev/rules.d/91-permissions.rules says

        KERNEL=="tun", MODE="0666"

the mode of /dev/net/tun is set to 0600:

# ls -al /dev/net/tun
crw------- 1 root root 10, 200 Jul  2 15:42 /dev/net/tun

# grep -r tun /etc/udev/rules.d/*
/etc/udev/rules.d/50-udev.rules:KERNEL=="tun", NAME="net/%k"
/etc/udev/rules.d/91-permissions.rules:KERNEL=="tun", OPTIONS+="ignore_remove"
/etc/udev/rules.d/91-permissions.rules:KERNEL=="tun", MODE="0666"

Creating a new rules file "99-local.rules" to define

        KERNEL=="tun", GROUP="kvm", MODE="0660"

doesn't help, either. Its ignored.

According to http://www.reactivated.net/writing_udev_rules.html
this is not supposed to happen. Quote:

"It is important to understand that udev will not stop
processing when it finds a matching rule, it will continue
searching and attempt to apply every rule that it knows about."








--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to