[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3786501.1583440507@warthog.procyon.org.uk>
Date: Thu, 05 Mar 2020 20:35:07 +0000
From: David Howells <dhowells@...hat.com>
To: Stefan Metzmacher <metze@...ba.org>
Cc: dhowells@...hat.com, linux-api@...r.kernel.org,
viro@...iv.linux.org.uk, torvalds@...ux-foundation.org,
cyphar@...har.com, christian.brauner@...ntu.com,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [RFC][PATCH] Mark AT_* path flags as deprecated and add missing RESOLVE_ flags
Stefan Metzmacher <metze@...ba.org> wrote:
> Where's the RESOLVE_NO_TERMINAL_AUTOMOUNTS check?
See:
(3) Make openat2() support RESOLVE_NO_TERMINAL_SYMLINKS. LOOKUP_OPEN
internally implies LOOKUP_AUTOMOUNT, and AT_EMPTY_PATH is probably not
worth supporting (maybe use dup2() instead?).
As things currently stand, automount following is explicitly forced on for
open and create. We can make it error out instead if this is desirable if
RESOLVE_NO_TERMINAL_AUTOMOUNTS in such a case.
David
Powered by blists - more mailing lists