I've worked out a way to enable non-root access within udev on an FC6
system. It involves two things:
in: /etc/udev/rules.d, change the filename from 10-libifp.rules to
52-libifp.rules to occur after 50-udev.rules.
In 52-libifp.rules change the line from:
ACTION=="add", SUBSYSTEM=="usb", SYSFS{idVendor}=="4102",
SYSFS{idProduct}=="100[135789]", RUN+="/sbin/libifp-hotplug"
to:
ACTION=="add", SUBSYSTEM=="usb_device", SYSFS{idVendor}=="4102",
SYSFS{idProduct}=="100[135789]", OWNER="root", GROUP="ifp", MODE="0760",
RUN+="/sbin/libifp-hotplug", OPTIONs="last rule"
Users wishing to access this device must become members of the the ifp unix
group.
Questions? Please contact me at: peter_meyer@sympatico.ca
Nobody/Anonymous ( nobody ) - 2006-12-20 05:06
5
Open
None
Geoff Oakham
libifp
None
Public
|
Date: 2007-03-10 22:58
|
|
Date: 2007-03-10 22:48
|