> > That's the reason it doesn't work. You need hotplug scripts that make
> > the device node. Unfortunately that's a race that causes insecurity.
>
> Not true at all.  What's the race?

plug in device
attach to device node
script runs and adjusts permissions - so far so good
<some time passes>
device node is freed again
                                        script starts
new device added
attach to device node
somebody opens device with the old permissions
                                        script resets permissions

IIRC we discussed this very race several times already on this list.

The canonical solution is not to reuse device nodes. Unfortunately
the number space is too small.

        Regards
                Oliver



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to