Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2004 13:55:49 +0200
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        freebsd-current@freebsd.org
Cc:        Chuck Swiger <cswiger@mac.com>
Subject:   Re: atapicam(4) as KLD?
Message-ID:  <200410151355.53534.michaelnottebrock@gmx.net>
In-Reply-To: <20041015100633.GA45863@cirb503493.alcatel.com.au>
References:  <20041013205141.GA874@galgenberg.net> <416EE19D.50400@mac.com> <20041015100633.GA45863@cirb503493.alcatel.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1654771.mAjMk2iduU
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Friday 15 October 2004 12:06, Peter Jeremy wrote:

> Whilst we're discussing ATAPICAM, even after I make /dev/cd0[ac] mode
> 666, I can't write to it as a non-root user.  Does anyone know the
> rationale for this and which particular EPERM is the culprit?=20

Stuff goes through the whole cam device chain if you're using the cd* devic=
es,=20
so you'll have to adjust permissions for the corresponding xpt* and pass*=20
devices just like you would with scsi drives.

Example devfs.conf snippet (this is suitable for members of group operator):

# Allow cdrom user access
perm    cd0     0660
perm    cd1     0660
perm cd2 0660

# Allow SCSI passthrough/transport user access
perm    xpt0    0660
perm    xpt1    0660
perm    xpt2    0660
perm    pass0   0660
perm    pass1   0660
perm    pass2   0660

=2D-=20
   ,_,   | Michael Nottebrock               | lofi@freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

--nextPart1654771.mAjMk2iduU
Content-Type: application/pgp-signature

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

iD8DBQBBb7rJXhc68WspdLARAkX2AKCpVjivug6G907PZy7BNkHIOgwLOwCdE+B8
DaoCbEJ5NmsXgWp5phGMNR8=
=Gh6v
-----END PGP SIGNATURE-----

--nextPart1654771.mAjMk2iduU--



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