Thread (34 messages) 34 messages, 5 authors, 2020-03-30

Re: [RFC PATCH v14 06/10] landlock: Add syscall implementation

From: Al Viro <viro@zeniv.linux.org.uk>
Date: 2020-03-17 16:47:35
Also in: linux-api, linux-arch, linux-fsdevel, linux-kselftest, linux-security-module, lkml

On Mon, Feb 24, 2020 at 05:02:11PM +0100, Mickaël Salaün wrote:
+static int get_path_from_fd(u64 fd, struct path *path)
+	/*
+	 * Only allows O_PATH FD: enable to restrict ambiant (FS) accesses
+	 * without requiring to open and risk leaking or misuing a FD.  Accept
+	 * removed, but still open directory (S_DEAD).
+	 */
+	if (!(f.file->f_mode & FMODE_PATH) || !f.file->f_path.mnt ||
					      ^^^^^^^^^^^^^^^^^^^
Could you explain what that one had been be about?  The underlined
subexpression is always false; was that supposed to check some
condition and if so, which one?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help