Your message dated Fri, 3 Jul 2009 10:56:36 +0200
with message-id <[email protected]>
and subject line Re: Bug#535546: udev doesn't set permission for /dev/net/tun 
correctly
has caused the Debian Bug report #535546,
regarding udev doesn't set permission for /dev/net/tun correctly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
535546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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."








--- End Message ---
--- Begin Message ---
On Jul 03, Harald Dunkel <[email protected]> wrote:

> the mode of /dev/net/tun is set to 0600:
Some other package (#516691?) is changing it.

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to