Subject: Re: wscons ioctl's
To: TAKEMURA Shin <takemura@netbsd.org>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: tech-kern
Date: 02/03/2002 22:26:41
On Mon, 4 Feb 2002, TAKEMURA Shin wrote:
> BTW, we should consider a security issue about get char seriously. It's
> quite bad if some one else could chapture my screen.

Throw the ioctls on /dev/ttyEcfg:

sun:~$ ls -l /dev/ttyEcfg
crw-------  1 root  wheel  47, 255 Nov  1 10:33 /dev/ttyEcfg

Shouldn't be too much of a problem.

Jared