Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2005 16:31:33 +0100
From:      Roland Smith <rsmith@xs4all.nl>
To:        Wojciech Puchar <wojtek@tensor.3miasto.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: devd.conf question
Message-ID:  <20051210153133.GA67286@slackbox.xs4all.nl>
In-Reply-To: <20051210160006.V33827@chylonia.3miasto.net>
References:  <20051210160006.V33827@chylonia.3miasto.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--IS0zKkzwUGydFO0o
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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=20
> 	$device-name";
> };
>=20
> after inserting USB DataTraveller this action isn't performed and i=20
> 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=3D10]
add path 'da*s*' mode 0660 group usb

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

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

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

--IS0zKkzwUGydFO0o
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDmvTVEnfvsMMhpyURAuyqAJ9adEk6gIdXBjPhnwft99zCooANNACeKszY
lbybAj4g99EBdyC5X+i/J1Q=
=EWf7
-----END PGP SIGNATURE-----

--IS0zKkzwUGydFO0o--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051210153133.GA67286>