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 2349FCDB483 for ; Thu, 19 Oct 2023 11:59:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345485AbjJSL7m (ORCPT ); Thu, 19 Oct 2023 07:59:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345407AbjJSL7m (ORCPT ); Thu, 19 Oct 2023 07:59:42 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 612481A6; Thu, 19 Oct 2023 04:59:37 -0700 (PDT) Received: from lhrpeml500004.china.huawei.com (unknown [172.18.147.206]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4SB5lX4TlBz6HJMk; Thu, 19 Oct 2023 19:56:08 +0800 (CST) Received: from [10.123.123.126] (10.123.123.126) by lhrpeml500004.china.huawei.com (7.191.163.9) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Thu, 19 Oct 2023 12:59:32 +0100 Message-ID: <2ba5b64b-b0d9-4b6d-cca4-098291ad858b@huawei.com> Date: Thu, 19 Oct 2023 14:59:31 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [PATCH v13 07/12] landlock: Refactor landlock_add_rule() syscall Content-Language: ru To: =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= CC: , , , , , , References: <20231016015030.1684504-1-konstantin.meskhidze@huawei.com> <20231016015030.1684504-8-konstantin.meskhidze@huawei.com> <20231018.uiP3miepaXah@digikod.net> From: "Konstantin Meskhidze (A)" In-Reply-To: <20231018.uiP3miepaXah@digikod.net> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.123.123.126] X-ClientProxiedBy: lhrpeml100001.china.huawei.com (7.191.160.183) To lhrpeml500004.china.huawei.com (7.191.163.9) X-CFilter-Loop: Reflected Precedence: bulk List-ID: 10/18/2023 3:28 PM, Mickaël Salaün пишет: > 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 Done. > >> to support current filesystem rules. > .