From patchwork Thu Feb 9 22:38:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= X-Patchwork-Id: 13135121 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 1EB31C636D3 for ; Thu, 9 Feb 2023 22:40:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230445AbjBIWkI (ORCPT ); Thu, 9 Feb 2023 17:40:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230479AbjBIWjp (ORCPT ); Thu, 9 Feb 2023 17:39:45 -0500 Received: from smtp-1908.mail.infomaniak.ch (smtp-1908.mail.infomaniak.ch [IPv6:2001:1600:4:17::1908]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 748526D8C1 for ; Thu, 9 Feb 2023 14:38:50 -0800 (PST) Received: from smtp-3-0001.mail.infomaniak.ch (unknown [10.4.36.108]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4PCWxN2RGvzMqhcv; Thu, 9 Feb 2023 23:38:48 +0100 (CET) Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4PCWxM4sQtzMqmwt; Thu, 9 Feb 2023 23:38:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=digikod.net; s=20191114; t=1675982328; bh=3C2A52d/ypevFEfK5Ea/Q07EcfdWxoWV4VrxTpkOYRA=; h=From:To:Cc:Subject:Date:From; b=La36TCzeFX5lX49SxEtSPPD8CEhSE2x9ZeQ0A9fkUYcedOS11sncjEhOmyWdsfQKE oGXZmeLD2PbnJl73Lkze+9USZb8ysFygbQTeceHAB9w89BWi0d/37Nnc6OAQrhNdmI e5nT9GX4Vv04N1Am8qlUrlsDJNMohqU+l50aJ2H8= From: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= To: James Morris , Paul Moore , "Serge E . Hallyn" Cc: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [PATCH] MAINTAINERS: Update Landlock repository Date: Thu, 9 Feb 2023 23:38:14 +0100 Message-Id: <20230209223814.308370-1-mic@digikod.net> MIME-Version: 1.0 X-Infomaniak-Routing: alpha Precedence: bulk List-ID: I only use the kernel.org repository for Landlock. Signed-off-by: Mickaël Salaün Link: https://lore.kernel.org/r/20230209223814.308370-1-mic@digikod.net Reviewed-by: Paul Moore --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a36df9ed283d..70f13280921a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11686,7 +11686,7 @@ M: Mickaël Salaün L: linux-security-module@vger.kernel.org S: Supported W: https://landlock.io -T: git https://github.com/landlock-lsm/linux.git +T: git https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git F: Documentation/security/landlock.rst F: Documentation/userspace-api/landlock.rst F: include/uapi/linux/landlock.h