On Sat, Dec 10, 2005 at 04:01:03PM +0100, Wojciech Puchar wrote:
<snip>
> attach 0 {
>       device-name "da[0-9]+";
>       action "/usr/sbin/chown root:umass $device-name;chmod 660 
>       $device-name";
> };
> 
> after inserting USB DataTraveller this action isn't performed and i 
> still needs to be root to access it.

Such things are better handled in /etc/devfs.rules. Put the following
ruleset in /etc/devfs.rules:

[localrules=10]
add path 'da*s*' mode 0660 group usb

And activate the ruleset in /etc/rc.conf
devfs_system_ruleset="localrules"

Of course, you can choose any ruleset label instead of "localrules".

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt

Attachment: pgpXBOE3c7gHl.pgp
Description: PGP signature

Reply via email to