Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 9 Sep 2019 11:25:06 +0200
From: Mickaël Salaün <mickael.salaun@....gouv.fr>
To: James Morris <jmorris@...ei.org>, Jeff Layton <jlayton@...nel.org>
CC: Florian Weimer <fweimer@...hat.com>, Mickaël Salaün
	<mic@...ikod.net>, <linux-kernel@...r.kernel.org>, Aleksa Sarai
	<cyphar@...har.com>, Alexei Starovoitov <ast@...nel.org>, Al Viro
	<viro@...iv.linux.org.uk>, Andy Lutomirski <luto@...nel.org>, Christian
 Heimes <christian@...hon.org>, Daniel Borkmann <daniel@...earbox.net>, Eric
 Chiang <ericchiang@...gle.com>, Jan Kara <jack@...e.cz>, Jann Horn
	<jannh@...gle.com>, Jonathan Corbet <corbet@....net>, Kees Cook
	<keescook@...omium.org>, Matthew Garrett <mjg59@...gle.com>, Matthew Wilcox
	<willy@...radead.org>, Michael Kerrisk <mtk.manpages@...il.com>, Mimi Zohar
	<zohar@...ux.ibm.com>, Philippe Trébuchet
	<philippe.trebuchet@....gouv.fr>, Scott Shell <scottsh@...rosoft.com>, Sean
 Christopherson <sean.j.christopherson@...el.com>, Shuah Khan
	<shuah@...nel.org>, Song Liu <songliubraving@...com>, Steve Dower
	<steve.dower@...hon.org>, Steve Grubb <sgrubb@...hat.com>, Thibaut Sautereau
	<thibaut.sautereau@....gouv.fr>, Vincent Strubel
	<vincent.strubel@....gouv.fr>, Yves-Alexis Perez
	<yves-alexis.perez@....gouv.fr>, <kernel-hardening@...ts.openwall.com>,
	<linux-api@...r.kernel.org>, <linux-security-module@...r.kernel.org>,
	<linux-fsdevel@...r.kernel.org>
Subject: Re: [PATCH v2 1/5] fs: Add support for an O_MAYEXEC flag on
 sys_open()


On 06/09/2019 21:03, James Morris wrote:
> On Fri, 6 Sep 2019, Jeff Layton wrote:
>
>> The fact that open and openat didn't vet unknown flags is really a bug.
>>
>> Too late to fix it now, of course, and as Aleksa points out, we've
>> worked around that in the past. Now though, we have a new openat2
>> syscall on the horizon. There's little need to continue these sorts of
>> hacks.
>>
>> New open flags really have no place in the old syscalls, IMO.
>
> Agree here. It's unfortunate but a reality and Linus will reject any such
> changes which break existing userspace.

Do you mean that adding new flags to open(2) is not possible?

Does it means that unspecified behaviors are definitely part of the
Linux specification and can't be fixed?

As I said, O_MAYEXEC should be ignored if it is not supported by the
kernel, which perfectly fit with the current open(2) flags behavior, and
should also behave the same with openat2(2).


--
Mickaël Salaün

Les données à caractère personnel recueillies et traitées dans le cadre de cet échange, le sont à seule fin d’exécution d’une relation professionnelle et s’opèrent dans cette seule finalité et pour la durée nécessaire à cette relation. Si vous souhaitez faire usage de vos droits de consultation, de rectification et de suppression de vos données, veuillez contacter contact.rgpd@...sn.gouv.fr. Si vous avez reçu ce message par erreur, nous vous remercions d’en informer l’expéditeur et de détruire le message. The personal data collected and processed during this exchange aims solely at completing a business relationship and is limited to the necessary duration of that relationship. If you wish to use your rights of consultation, rectification and deletion of your data, please contact: contact.rgpd@...sn.gouv.fr. If you have received this message in error, we thank you for informing the sender and destroying the message.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.