Message ID | 20241001141234.397649-1-mic@digikod.net (mailing list archive) |
---|---|
Headers | show
Received: from smtp-8fa9.mail.infomaniak.ch (smtp-8fa9.mail.infomaniak.ch [83.166.143.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7B6691C9EC5 for <linux-security-module@vger.kernel.org>; Tue, 1 Oct 2024 14:12:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=83.166.143.169 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727791977; cv=none; b=RZvWPyBj76m0baGX/dejPHcrKuuOv5K67MLcIZA3ZsB8pNX+3gJcgziFWV5eRLCQ+HRXpvAbLPfXxO2oa+XQDlFbpR+X1JtZYggvi7JvLX/6tE4LvGhd3gjCep6sRCV3dKDO3kYIagtcwzTD3vg7pVNQFASCGe2VDEzFUY3bQC4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727791977; c=relaxed/simple; bh=N3VsT/aRIrZo7RNF5L0dZF4glg3oLt0KJkLSq216upU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=J1T0YDYQQ0tofsZY9xhdJVXGeviN+iIZas503FQkfO8tc7fiLcf5E+vI+Dn3De7IZpv42hdCk80nLL5RiP/BS+gTSjWMyarny70W6FOS67Eul5GvAjWM/0vtjqKuGVw2mcghSK0zbxFYcLbxs07Nr8qLm+BFcNF7ngEEojf9QZA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=digikod.net; spf=pass smtp.mailfrom=digikod.net; dkim=pass (1024-bit key) header.d=digikod.net header.i=@digikod.net header.b=Ut8L1CSX; arc=none smtp.client-ip=83.166.143.169 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=digikod.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=digikod.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=digikod.net header.i=@digikod.net header.b="Ut8L1CSX" Received: from smtp-4-0001.mail.infomaniak.ch (unknown [IPv6:2001:1600:7:10:40ca:feff:fe05:1]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4XJ0JV4d0Kz2Td; Tue, 1 Oct 2024 16:12:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1727791962; bh=wdaQ4HNfZ3uEX8A3QKomp7kIV90mH4kYU36cEBiD3J4=; h=From:To:Cc:Subject:Date:From; b=Ut8L1CSXZhUpZ2f0Qb07SY8PtV++HvbIfFYgglxb9Xy4CzCq5QqkqOcJayM56UjrV b3W1z8p/mcJqLrNnwNellTY1kJhzdcyI4fQHj2KCR2aQh3zFIMa+Fo0UXxx+XxGAom ZZUu+GNDpST8tcFcv93rSEo74pbYMfDWwQheTBN0= Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4XJ0JT6PYDznvr; Tue, 1 Oct 2024 16:12:41 +0200 (CEST) From: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= <mic@digikod.net> To: =?utf-8?q?G=C3=BCnther_Noack?= <gnoack@google.com>, Mikhail Ivanov <ivanov.mikhail1@huawei-partners.com> Cc: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= <mic@digikod.net>, Konstantin Meskhidze <konstantin.meskhidze@huawei.com>, Paul Moore <paul@paul-moore.com>, Tahera Fahimi <fahimitahera@gmail.com>, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [PATCH v1 0/3] Refactor Landlock access mask management Date: Tue, 1 Oct 2024 16:12:31 +0200 Message-ID: <20241001141234.397649-1-mic@digikod.net> Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: <linux-security-module.vger.kernel.org> List-Subscribe: <mailto:linux-security-module+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-security-module+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Infomaniak-Routing: alpha |
Series |
Refactor Landlock access mask management
|
expand
|