From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by smtp.lore.kernel.org (Postfix) with SMTP id 35CE9C83F11 for ; Mon, 28 Aug 2023 18:07:17 +0000 (UTC) Received: (qmail 12226 invoked by uid 550); 28 Aug 2023 18:06:56 -0000 Mailing-List: contact kernel-hardening-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Received: (qmail 13555 invoked from network); 28 Aug 2023 16:45:36 -0000 Date: Mon, 28 Aug 2023 18:45:21 +0200 From: Samuel Thibault To: =?utf-8?Q?G=C3=BCnther?= Noack Cc: Greg KH , Hanno =?utf-8?B?QsO2Y2s=?= , kernel-hardening@lists.openwall.com, Kees Cook , Jiri Slaby , Geert Uytterhoeven , Paul Moore , David Laight , Simon Brand , Dave Mielke , =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= , KP Singh , Nico Schottelius Subject: Re: [PATCH v3 0/1] Restrict access to TIOCLINUX Message-ID: <20230828164521.tpvubdufa62g7zwc@begin> Mail-Followup-To: Samuel Thibault , =?utf-8?Q?G=C3=BCnther?= Noack , Greg KH , Hanno =?utf-8?B?QsO2Y2s=?= , kernel-hardening@lists.openwall.com, Kees Cook , Jiri Slaby , Geert Uytterhoeven , Paul Moore , David Laight , Simon Brand , Dave Mielke , =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= , KP Singh , Nico Schottelius References: <20230828164117.3608812-1-gnoack@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230828164117.3608812-1-gnoack@google.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) Günther Noack, le lun. 28 août 2023 18:41:16 +0200, a ecrit: > The number of affected programs should be much lower than it was the case for > TIOCSTI (as TIOCLINUX only applies to virtual terminals), and even in the > TIOCLINUX case, only a handful of legitimate use cases were mentioned. (BRLTTY, > tcsh, Emacs, special versions of "mail"). I have high confidence that GPM is > the only existing usage of that copy-and-paste feature. BRLTTY also uses it. It is also admin, so your change is fine :) FI, https://codesearch.debian.net/ is a very convenient tool to check what FOSS might be using something. Samuel