Public bug reported: Binary package hint: udev
Release: 8.04 Package: udev $ sudo apt-cache policy udev udev: Instal·lat: 117-8 I try to put the next line rule: KERNEL=="tun", OWNER="root", GROUP="vboxusers", MODE="0660" in diferent files like: /etc/udev/rules.d/60-vboxdrv.rules or /etc/udev/rules.d/20-names.rules or /etc/udev/rules.d/40-permissions.rules But the permissions of /dev/net/tun are always 600 after rebooting or executing $ sudo /etc/init.d/udev restart. I execute: $ grep -r tun /etc/udev/* /etc/udev/rules.d/20-names.rules:KERNEL=="tun", NAME="net/%k" /etc/udev/rules.d/60-vboxdrv.rules:KERNEL=="tun", OWNER="root", GROUP="vboxusers", MODE="0660" To look for other rules that can overwrite my rule. I try it at 2 different PC with Ubuntu 8.04 with the same problem and I found at Internet other people with this problem: http://osdir.com/ml/org.user-groups.linux.glisc/2007-01/msg00018.html ** Affects: udev (Ubuntu) Importance: Undecided Status: New -- Cannot change /dev/net/tun file permissions with udev https://bugs.launchpad.net/bugs/265138 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
