Message ID | 20250320190717.2287696-1-mic@digikod.net (mailing list archive) |
---|---|
Headers | show
Received: from smtp-190b.mail.infomaniak.ch (smtp-190b.mail.infomaniak.ch [185.125.25.11]) (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 EB1471953A1 for <linux-security-module@vger.kernel.org>; Thu, 20 Mar 2025 19:07:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.125.25.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742497656; cv=none; b=heHF6v4Av9eFhiy2NYYhLp9/NbIqSf3oKljFmnirMK3BVjZThDLLiRSdxJNkGULjdhx3MAGk0ZbUCAhBuhX/SugB7LKilwR6CjseNoMjjvRoZWIzLeyz2nOmEAIAGi2yFcy/AhYq2EKjos79O6svYgOx38DLVrOvp/TSt4WrJZk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742497656; c=relaxed/simple; bh=rMHUMHua2A9bGKmJCg698wcuFg6v/Q8cRiOUssdd7JQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=mjeW0ED2nnIU1AodqrjwOfaAhjFz6UNWeIG1wXMlymHc2LjOBWZ6eq5i1RPohC5R+WWJYZNfH6zgw3OGWo8alOv2JzgHHmTOlLgBp8ltvN/Nlku9jZfNVRm4SwkJ5yo9HXDMDmkLENk9IA9AXF36gkBbrUab+D49NWa+Bo9M6uw= 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=qO9CzJw5; arc=none smtp.client-ip=185.125.25.11 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="qO9CzJw5" Received: from smtp-4-0000.mail.infomaniak.ch (unknown [IPv6:2001:1600:7:10:40ca:feff:fe05:0]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4ZJZp42DZTzK4n; Thu, 20 Mar 2025 20:07:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1742497644; bh=JbWUiTwrW2cLQ+5RJ0O6hjQPCipmh6twonJvlRboMd8=; h=From:To:Cc:Subject:Date:From; b=qO9CzJw5x+Npblk4fGC5oRbeBd+fKctI82xRpS9zCedGRpNeCYEcZ5I6mjd8hiX50 mvbCt3tGkmUjyNXMYqTbae6kyOHx4JSVU4wFVf3BWusOIpwvQ8CUvXPDs2bQ0PkGPm Iiceci2qC8fqA8RZStoNYtGqbYNl2vYB99HJ0QkY= Received: from unknown by smtp-4-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4ZJZp15wYgz52j; Thu, 20 Mar 2025 20:07:21 +0100 (CET) From: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= <mic@digikod.net> To: Eric Paris <eparis@redhat.com>, Paul Moore <paul@paul-moore.com>, =?utf-8?q?G=C3=BCnther_Noack?= <gnoack@google.com>, "Serge E . Hallyn" <serge@hallyn.com> Cc: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= <mic@digikod.net>, Ben Scarlato <akhna@google.com>, Casey Schaufler <casey@schaufler-ca.com>, Charles Zaffery <czaffery@roblox.com>, Daniel Burgener <dburgener@linux.microsoft.com>, Francis Laniel <flaniel@linux.microsoft.com>, James Morris <jmorris@namei.org>, Jann Horn <jannh@google.com>, Jeff Xu <jeffxu@google.com>, Jorge Lucangeli Obes <jorgelo@google.com>, Kees Cook <kees@kernel.org>, Konstantin Meskhidze <konstantin.meskhidze@huawei.com>, Matt Bobrowski <mattbobrowski@google.com>, Matthieu Buffet <matthieu@buffet.re>, Mikhail Ivanov <ivanov.mikhail1@huawei-partners.com>, Phil Sutter <phil@nwl.cc>, Praveen K Paladugu <prapal@linux.microsoft.com>, Robert Salvet <robert.salvet@roblox.com>, Shervin Oloumi <enlightened@google.com>, Song Liu <song@kernel.org>, Tahera Fahimi <fahimitahera@gmail.com>, Tingmao Wang <m@maowtm.org>, Tyler Hicks <code@tyhicks.com>, audit@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [PATCH v7 00/28] Landlock audit support Date: Thu, 20 Mar 2025 20:06:49 +0100 Message-ID: <20250320190717.2287696-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 |
Landlock audit support
|
expand
|