I am packaging DirectFB for a distro. What i want is to write the right
udev rules to grant permissions to users for
/dev/input/mouse and /dev/tty[0-1].
This is what i have been testing so far:
$ cat /etc/udev/rules.d/40-directfb_permissions.rules
KERNEL=="mice", GROUP="input", MODE="0660"
KERNEL=="tty[0-9], NAME="tty%n", GROUP="tty", MODE="0660"
The problem is while the new nodes belong to the correct groups, the
modes arent correct. i want the groups to be able to rw.
Thanks in advance!
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users