From owner-freebsd-hackers Sun Jan 12 07:45:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA02481 for hackers-outgoing; Sun, 12 Jan 1997 07:45:53 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id HAA02476 for ; Sun, 12 Jan 1997 07:45:49 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id CAA15506; Mon, 13 Jan 1997 02:44:40 +1100 Date: Mon, 13 Jan 1997 02:44:40 +1100 From: Bruce Evans Message-Id: <199701121544.CAA15506@godzilla.zeta.org.au> To: hackers@FreeBSD.org, roberto@keltia.freenix.fr Subject: Re: default permission for audio devices Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >/etc/fbtab is here to define ownership and permissions changes at login >time anyway. It doesn't work right with virtual consoles. I think it is too simple to work right. If you use it only for ttyv0, then the devices that it controls may be inaccessible when you're logged in to another console (e.g., root on ttyv0, bde on ttyv1). If you use it for all consoles, then the ownerships get blown away when you login to a different console (e.g., bde on ttyv0, root on ttyv1). Bruce