Subject: Re: (Quasi-) SUMMARY: pre-built kernels with UCONSOLE
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: Chris G Demetriou <Chris_G_Demetriou@LAGAVULIN.PDL.CS.CMU.EDU>
List: port-sparc
Date: 12/03/1994 20:24:15
> > - Support for "fbtab" semantics would have to be added to "getty" and "login". 
> What about making /dev/kbd, /dev/mouse, /dev/cg* etc. symlinks into a
> directory, say /dev/fb, and having login change ownership like it does for
> for the terminal device?

if one's going to add a hack like this, one might as well at least
make it general enough to be "completely useful," i.e. implement a
'fbtab' (or similar).

the biggest problems if you just hacked 'login' in this way are:
	(1) finding console name.  hard coded?  sysctl()?
		not necessarily accurate or portable.
	(2) doesn't deal with revoking permissions on the devices
		(or related actions, like unmounting partitions
		mounted from console-attached disk drives).


chris