From mboxrd@z Thu Jan 1 00:00:00 1970 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 0BC75C636D3 for ; Sat, 4 Feb 2023 05:32:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232700AbjBDFcl (ORCPT ); Sat, 4 Feb 2023 00:32:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232601AbjBDFck (ORCPT ); Sat, 4 Feb 2023 00:32:40 -0500 Received: from blizzard.enjellic.com (wind.enjellic.com [76.10.64.91]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E77F892EC6 for ; Fri, 3 Feb 2023 21:32:39 -0800 (PST) Received: from blizzard.enjellic.com (localhost [127.0.0.1]) by blizzard.enjellic.com (8.15.2/8.15.2) with ESMTP id 31459uR6011612; Fri, 3 Feb 2023 23:09:56 -0600 Received: (from greg@localhost) by blizzard.enjellic.com (8.15.2/8.15.2/Submit) id 31459uDr011610; Fri, 3 Feb 2023 23:09:56 -0600 X-Authentication-Warning: blizzard.enjellic.com: greg set sender to greg@enjellic.com using -f From: "Dr. Greg" To: linux-security-module@vger.kernel.org Subject: [PATCH 01/14] Update MAINTAINERS file. Date: Fri, 3 Feb 2023 23:09:41 -0600 Message-Id: <20230204050954.11583-2-greg@enjellic.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230204050954.11583-1-greg@enjellic.com> References: <20230204050954.11583-1-greg@enjellic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: Add an entry to the MAINTAINERS file to document the maintainer's address and files relevant to the Trusted Security Event Modeling system (TSEM). Signed-off-by: Greg Wettstein --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8a5c25c20d00..b939dc482145 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18836,6 +18836,14 @@ F: include/uapi/linux/selinux_netlink.h F: scripts/selinux/ F: security/selinux/ +TSEM SECURITY MODULE +M: Greg Wettstein +S: Supported +L: linux-security-module@vger.kernel.org +F: Documentation/admin-guide/LSM/tsem.rst +F: Documentation/ABI/testing/tsemfs +F: security/tsem/ + SENSABLE PHANTOM M: Jiri Slaby S: Maintained -- 2.39.1