From patchwork Fri May 3 22:32:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fan Wu X-Patchwork-Id: 13653602 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 967BC12DD98; Fri, 3 May 2024 22:32:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714775564; cv=none; b=hALyRAJXE5ibp8rHcsf0cdIe5+sgaZzyvYA03XdorAk6gBJNG8Jc4Tkx1PWyLt4uOfM7Us+S1q8lKSo2zaH+2oDOnGKfur6HXSexMXBohAdomx3gsMcpwPDyQYk/Wky85dP5F2JGTqWY/IdpNCcJ96Rxg7E3reF3GalV/pSE+p0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714775564; c=relaxed/simple; bh=21I/iVXiY4P/S5VIMv3ONJQ3Fh+mGWukiz2n3SF/yHU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=P3DE2JqFVn8mGFdioEo5DmBLH511pSSCePmNNg4VTGYHQ5+PQX2xIuwVHbpl3CNzZ0dgIpzlEBbW8VUGDWbbRbQCCgDzA4u8e835FOXa3HcMZh3pt3PDNeGOXAOa4yZbEqhkx8CBrbWtoO+VIHeEbDOlZdha6CCkrePRWovp6HM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=YwWTH4o4; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="YwWTH4o4" Received: by linux.microsoft.com (Postfix, from userid 1052) id EEDC620B2CBA; Fri, 3 May 2024 15:32:33 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com EEDC620B2CBA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1714775553; bh=BclhrrU8GsfAxJr08fvQ1SP/XE81ON3iDJw76HmsLpI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YwWTH4o4EThAk2MuhoY9yceDGfo7AfMywOD/tECDntb/szro2KBeT/kxv6qhcLnGV hU0J2Bq9qkEisDYIm+rEGMAIMmGT8bNxsMrOR3Zl2W+tERld7QzAQBsoe49BCjXPNT soC3qm3Cz8dV6v/v1F0Z/0iV+SkSRqlMuhD1unDs= From: Fan Wu To: corbet@lwn.net, zohar@linux.ibm.com, jmorris@namei.org, serge@hallyn.com, tytso@mit.edu, ebiggers@kernel.org, axboe@kernel.dk, agk@redhat.com, snitzer@kernel.org, eparis@redhat.com, paul@paul-moore.com Cc: linux-doc@vger.kernel.org, linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, fsverity@lists.linux.dev, linux-block@vger.kernel.org, dm-devel@lists.linux.dev, audit@vger.kernel.org, linux-kernel@vger.kernel.org, Fan Wu Subject: [PATCH v18 21/21] MAINTAINERS: ipe: add ipe maintainer information Date: Fri, 3 May 2024 15:32:31 -0700 Message-Id: <1714775551-22384-22-git-send-email-wufan@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1714775551-22384-1-git-send-email-wufan@linux.microsoft.com> References: <1714775551-22384-1-git-send-email-wufan@linux.microsoft.com> Precedence: bulk X-Mailing-List: fsverity@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Update MAINTAINERS to include ipe maintainer information. Signed-off-by: Fan Wu --- v1-v16: + Not present v17: + Introduced v18: + No changes --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ec0284125e8f..def7116eba7b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10742,6 +10742,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git F: security/integrity/ F: security/integrity/ima/ +INTEGRITY POLICY ENFORCEMENT (IPE) +M: Fan Wu +L: linux-security-module@vger.kernel.org +S: Supported +T: git https://github.com/microsoft/ipe.git +F: Documentation/admin-guide/LSM/ipe.rst +F: Documentation/security/ipe.rst +F: scripts/ipe/ +F: security/ipe/ + INTEL 810/815 FRAMEBUFFER DRIVER M: Antonino Daplas L: linux-fbdev@vger.kernel.org