USB device permissions
Derek Broughton
news at pointerstop.ca
Tue Mar 21 15:05:24 UTC 2006
Peter Clark wrote:
> BUS=="scsi", KERNEL=="sd[a-z]*", PROGRAM="/etc/udev/scripts/removable.sh
> %k 'usb ieee1394'", RESULT="1", MODE="0640", GROUP="plugdev"
>
> However, I doubt that modifying this would make a difference, since
> the
> device, when mounted, is 0700 user.who.mounted user.who.mounted.
> :Peter
iirc, that's because that is dependent on the _result_ of PROGRAM. Try
commenting that out, and replacing it with:
BUS=="scsi", KERNEL=="sd[a-z]*", MODE="0640", GROUP="plugdev"
--
derek
More information about the kubuntu-users
mailing list