From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 7 Jun 2012 10:19:51 +0100 From: Alan Cox Message-ID: <20120607101951.14d6596d@bob.linux.org.uk> In-Reply-To: <4FCFE504.2020100@nod.at> References: <1338841657-30358-1-git-send-email-richard@nod.at> <20120604221731.5e378fc2@pyramind.ukuu.org.uk> <4FCFE504.2020100@nod.at> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Subject: Re: um: TTY fixes (?) To: Richard Weinberger Cc: Alan Cox , jslaby@suse.cz, user-mode-linux-devel@lists.sourceforge.net, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk List-ID: On Thu, 07 Jun 2012 01:17:24 +0200 Richard Weinberger wrote: > Am 04.06.2012 23:17, schrieb Alan Cox: > > We can half ignore it on console for the simple reason that you > > don't "dial in" to the console. I suspect it may be abusable but > > I've not found a way to do so. > > > > BTW: Can't we add such a mode to tty_port? > E.g. tty_port->non_dialin_console. 8) That is basically what you are doing when you omit a hangup method. The security consequences on a multi-user box run deeper however so in the end we need to fix the util-linux code. Alan