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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 372A9CDB47E for ; Wed, 18 Oct 2023 12:29:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230050AbjJRM3G (ORCPT ); Wed, 18 Oct 2023 08:29:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231367AbjJRM3F (ORCPT ); Wed, 18 Oct 2023 08:29:05 -0400 Received: from smtp-bc0e.mail.infomaniak.ch (smtp-bc0e.mail.infomaniak.ch [45.157.188.14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51ABAA3 for ; Wed, 18 Oct 2023 05:29:04 -0700 (PDT) Received: from smtp-3-0001.mail.infomaniak.ch (unknown [10.4.36.108]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4S9VWy4rS2zMq8tq; Wed, 18 Oct 2023 12:29:02 +0000 (UTC) Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4S9VWw678zzMppDS; Wed, 18 Oct 2023 14:29:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=digikod.net; s=20191114; t=1697632142; bh=XvR+t+nzc9jikEp2Q0y3jEkkGN2bEwNleUximI+3J+w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ydoV8vlRpDd5cyYL6B9QN8BuHhh+/31e5yYvHsrU++nQgHaD9J3CuWWoJEWtoXQRc /RrxhJMr6WDEaMTEK8WgwC5Crfn9wYO1vqdxyp3126/Ologe3OgJo33E8NQ65SouHf GkqVIujlE88rDCrSjuTy7X8/+cnOUBvcKk0/WES4= Date: Wed, 18 Oct 2023 14:28:59 +0200 From: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= To: Konstantin Meskhidze Cc: willemdebruijn.kernel@gmail.com, gnoack3000@gmail.com, linux-security-module@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, yusongping@huawei.com, artem.kuzin@huawei.com Subject: Re: [PATCH v13 07/12] landlock: Refactor landlock_add_rule() syscall Message-ID: <20231018.uiP3miepaXah@digikod.net> References: <20231016015030.1684504-1-konstantin.meskhidze@huawei.com> <20231016015030.1684504-8-konstantin.meskhidze@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231016015030.1684504-8-konstantin.meskhidze@huawei.com> X-Infomaniak-Routing: alpha Precedence: bulk List-ID: On Mon, Oct 16, 2023 at 09:50:25AM +0800, Konstantin Meskhidze wrote: > Change the landlock_add_rule() syscall to support new rule types > in future Landlock versions. Add the add_rule_path_beneath() helper with next commits. Add the add_rule_path_beneath() helper > to support current filesystem rules.