From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-1909.mail.infomaniak.ch (smtp-1909.mail.infomaniak.ch [185.125.25.9]) (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 B0AF81A4F2B for ; Tue, 22 Oct 2024 16:18:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.125.25.9 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729613903; cv=none; b=P1i5RoHzbXG+idb7+V86eHiFLWNXOIis9Ls4QttGyjKOvgpVHm/Hobz+dMnLxytkpj4fqyBndA0ZhvW1W3N5yGZnXEUMxPEhYS30OEANqZOxqATQ9CYRZElNsx5zfohmd7mlBpKHqtrDeolI5hpYyx96a5X1obGIljlKECdvU8I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729613903; c=relaxed/simple; bh=a4vgyCUilUfBnoPWI19TuBaXml3Lm20oxY72FSpWIzE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=X0bb7U449aaJZYUVmcycO94DFVgjTo+2QGJmBs31IipgTaOskNDAl7O+71MjSbXc8VG4m3c7xWCzKSCio19bv0ORNDbkmv9pqReOqzKF8gYNrNeqvNU38FOIDxvyQwixtgx4Uh+7SjqnnOfC5vP4+UcCQcP/0QjIDin5oUkFUlU= 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=Fk/oDjd8; arc=none smtp.client-ip=185.125.25.9 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="Fk/oDjd8" 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 4XXy5j52tgzKB; Tue, 22 Oct 2024 18:18:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1729613897; bh=Fme+A2jYXvcHzY9G4s5D6co+KPiIbBIC0uaiwlaozzU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fk/oDjd8SrviRSQriZUz4hQfrdo9kbRkBTnNgiWolCVXQ+PRDWTlw9je5OiECY9uH OOSTOWh5UQimIWid7qNhEojf1KvUCB7PfQKUsHg9txE3Tm5gL1jDjbvn0QAASpZ62b c2nYCvT4yBxEocwcbu3XJxAMuAC1SpJverAYrIlw= Received: from unknown by smtp-4-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4XXy5g5TFXzy9Z; Tue, 22 Oct 2024 18:18:15 +0200 (CEST) Date: Tue, 22 Oct 2024 18:18:14 +0200 From: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= To: Eric Paris , Paul Moore , =?utf-8?Q?G=C3=BCnther?= Noack , "Serge E . Hallyn" Cc: Ben Scarlato , Casey Schaufler , Charles Zaffery , James Morris , Jann Horn , Jeff Xu , Jorge Lucangeli Obes , Kees Cook , Konstantin Meskhidze , Matt Bobrowski , Mikhail Ivanov , Praveen K Paladugu , Robert Salvet , Shervin Oloumi , Song Liu , Tahera Fahimi , audit@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [RFC PATCH v2 00/14] Landlock audit support Message-ID: <20241022.Shah6itha0bu@digikod.net> References: <20241022161009.982584-1-mic@digikod.net> Precedence: bulk X-Mailing-List: audit@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20241022161009.982584-1-mic@digikod.net> X-Infomaniak-Routing: alpha On Tue, Oct 22, 2024 at 06:09:55PM +0200, Mickaël Salaün wrote: > Hi, > > This patch series adds audit support to Landlock. > This series is based on my "next" branch, which includes these patches: > https://lore.kernel.org/r/20241022151144.872797-2-mic@digikod.net To ease testing, I pushed this series here: https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git/log/?h=landlock-audit