From patchwork Fri May 24 20:46:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fan Wu X-Patchwork-Id: 13673695 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6242612F5A1; Fri, 24 May 2024 20:47:03 +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=1716583627; cv=none; b=QB3U+IgIG234zqphHN2khUGjx5r/JVdLTSVQEKJXRjomqLj4GeNPmfCck/h2hZScruPtKepN6fuvwU2EW4bBoQIcG3fmtD/5qbydEej9EUaxSwK0+wbb99s2eU98EGtLMaXvXGwxqOFVbiXBOSOBFHvrjewLEsuyoqmf2vE6ESI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716583627; c=relaxed/simple; bh=GizpAfm1IpenhhFafNhib8CpRwvRdfoMJkdr5Y8ekEc=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=nieS0NXjGfk4uNlwhKn7caiEjTSKnu2TFkhtL0Z37zI+FxoGzBqwIEgXio1fcOxwjXoJONgqdSms/934GtFJySYRcJyqRUiO+F59fQCoqMiC+XUW4hb4Qc9LB0sJe/XCr0pIixskIPx07ptkqpPr7+UERX6j827Shp0AIaiFKJg= 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=Og3njbcH; 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="Og3njbcH" Received: by linux.microsoft.com (Postfix, from userid 1052) id 3F0BB20BE5BA; Fri, 24 May 2024 13:46:51 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3F0BB20BE5BA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1716583612; bh=xupUS2KScsLMukfv7xMJ85Oj64bo6lAeojCZyO6+ito=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Og3njbcHpWNB41xLjNmIdrwkSdnPYoyX/8TBUzaGynjxaaS8Xcv7QTh0MIGTjXY8S 0KI5F0QEMn/fHJdxeUAqUGeFM9dwmVC7oMelNTOnzLbsLLUFE/ebHznm/SNT65aaEo GzpG3yrdXoKSLyyCrqXgoGuvPBBFRpRKr1cz9rOU= 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, mpatocka@redhat.com, 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 v19 20/20] MAINTAINERS: ipe: add ipe maintainer information Date: Fri, 24 May 2024 13:46:49 -0700 Message-Id: <1716583609-21790-21-git-send-email-wufan@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1716583609-21790-1-git-send-email-wufan@linux.microsoft.com> References: <1716583609-21790-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 v19: + No changes --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 27367ad339ea..1479783a6841 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10934,6 +10934,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