On Fri, 22 Mar 2002 08:35, Sam Halliday wrote:
> hello all,
>
> i want to set up a group account for users able to use the usbdevfs on
> /proc/bus/usb however running a simple
> mount -t usbdevfs /proc/bus/usb /proc/bus/usb
> doesnt seem to allow access to the usbdevfs for non-root users, and
> supplying -o gid=? or umask=? to mount doesnt seem to make any difference,
> any suggestions,
Wrong options. Try:
devuid and/or devgid, plus devmode for the device nodes
busuid and/or busgid, plus busmode for the bus nodes
listuid and/or listgid, plus listmode for the lists.

For more info, UTSL: linux/drivers/usb/inode.c

Brad


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to