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 2AC20C41513 for ; Wed, 18 Oct 2023 12:28:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231593AbjJRM2i (ORCPT ); Wed, 18 Oct 2023 08:28:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231416AbjJRM2i (ORCPT ); Wed, 18 Oct 2023 08:28:38 -0400 Received: from smtp-8fad.mail.infomaniak.ch (smtp-8fad.mail.infomaniak.ch [IPv6:2001:1600:3:17::8fad]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A94B113 for ; Wed, 18 Oct 2023 05:28:34 -0700 (PDT) Received: from smtp-2-0000.mail.infomaniak.ch (unknown [10.5.36.107]) by smtp-2-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4S9VWN6SB9zMpnyK; Wed, 18 Oct 2023 12:28:32 +0000 (UTC) Received: from unknown by smtp-2-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4S9VWN3LfdzMppDh; Wed, 18 Oct 2023 14:28:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=digikod.net; s=20191114; t=1697632112; bh=XLbZRMw4Qoxopp6BBhbSCSC9GK1oZ5vo3gS8znzlotU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=py0lZkyh9vcmSTPk0an7v1ye2el4ANTPJSB5h/r2L0Pf9+SY4IBzcXif+YM43nS69 2CGZUe9Q2dAFtWHQ9MXHdmM3idT0hjOl5xNUFhRfYceJaagurCV4dVoAZdKRyqdv/a mkhOsNAlRgOKdHOrjvkWdy7MlQ0ytypcFIXrD7Uw= Date: Wed, 18 Oct 2023 14:28:30 +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 01/12] landlock: Make ruleset's access masks more generic Message-ID: <20231017.UXu7UP2ahree@digikod.net> References: <20231016015030.1684504-1-konstantin.meskhidze@huawei.com> <20231016015030.1684504-2-konstantin.meskhidze@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231016015030.1684504-2-konstantin.meskhidze@huawei.com> X-Infomaniak-Routing: alpha Precedence: bulk List-ID: On Mon, Oct 16, 2023 at 09:50:19AM +0800, Konstantin Meskhidze wrote: > To support network type rules, this modification renames ruleset's > access masks and modifies it's type to access_masks_t. This patch > adds filesystem helper functions to add and get filesystem mask. > > Signed-off-by: Konstantin Meskhidze > Link: https://lore.kernel.org/r/20230920092641.832134-2-konstantin.meskhidze@huawei.com Please don't include Link that points to the previous patch series. I add them when I apply a patch series to identify its source.