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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AEAEC43470 for ; Thu, 8 Apr 2021 20:32:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 287E161175 for ; Thu, 8 Apr 2021 20:32:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232332AbhDHUcZ (ORCPT ); Thu, 8 Apr 2021 16:32:25 -0400 Received: from namei.org ([65.99.196.166]:37518 "EHLO mail.namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232091AbhDHUcY (ORCPT ); Thu, 8 Apr 2021 16:32:24 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.namei.org (Postfix) with ESMTPS id 0EC185A6; Thu, 8 Apr 2021 20:28:45 +0000 (UTC) Date: Fri, 9 Apr 2021 06:28:44 +1000 (AEST) From: James Morris To: =?ISO-8859-15?Q?Micka=EBl_Sala=FCn?= cc: Jann Horn , "Serge E . Hallyn" , Al Viro , Andrew Morton , Andy Lutomirski , Anton Ivanov , Arnd Bergmann , Casey Schaufler , David Howells , Jeff Dike , Jonathan Corbet , Kees Cook , Michael Kerrisk , Richard Weinberger , Shuah Khan , Vincent Dagonneau , kernel-hardening@lists.openwall.com, linux-api@vger.kernel.org, linux-arch@vger.kernel.org, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-security-module@vger.kernel.org, x86@kernel.org, =?ISO-8859-15?Q?Micka=EBl_Sala=FCn?= Subject: Re: [PATCH v33 07/12] landlock: Support filesystem access-control In-Reply-To: <20210407160726.542794-8-mic@digikod.net> Message-ID: <5f4dfa1-f9ac-f31f-3237-dcf976cabbfc@namei.org> References: <20210407160726.542794-1-mic@digikod.net> <20210407160726.542794-8-mic@digikod.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1665246916-304441139-1617913725=:4030621" Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1665246916-304441139-1617913725=:4030621 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Wed, 7 Apr 2021, Mickaël Salaün wrote: > Changes since v31: > * Gracefully forbid reparenting by returning EXDEV in hook_path_link() > and hook_path_rename() (hinted by Al Viro). > * Replace excessive WARN_ON_ONCE() with unlikely() in > hook_path_rename() and use ENOENT instead of EACCES. > * Improve comment in unmask_layers() (pointed out by Al Viro). Also use > filesystem "topology" instead of "layout", which seems more > appropriate. > * Add access(2) to the documented list of unsupported syscall families. > * Replace "option" with "flag" in hook_sb_mount() comment. Good to see these changes. Al: any further comments now on this patch? -- James Morris --1665246916-304441139-1617913725=:4030621--