Skip to content

Commit e246777

Browse files
committed
MAINTAINERS: update the LSM entry
Bring the LSM / "SECURITY SUBSYSTEM" entry up to date with the following changes: * Remove the "(suggested Cc:)" note on the mailing list. I don't really care if the LSM list is on the To: or Cc: line, I just want folks to include it when appropriate. * Remove the website link. The website isn't really maintained in any meaningful way so we're going to go ahead and remove it so we lessen the chance of conflicting or confusing information in the future. * Add our patchwork link. I'm not sure this is of much use for anyone but the maintainer, but there is a provision for including it here so we might as well include it. * Add a bug report URI. I suspect most everyone knows to send mail to the mailing list if they hit a bug, but let's make it official. * Add a link to the LSM tree process/management documentation. While the doc exists both in the canonical kernel.org location and the GitHub mirror, provide a link to the mirror as GitHub does a better job rendering the Markdown. * Update the source tree's git URI to use https. * Aside from changes to the LSM code itself, we also would like to be notified when the LSM call sites are changed so we are adding a security_XXX(...) regex to try and catch all of the callers. Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent e596ff4 commit e246777

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

MAINTAINERS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19507,14 +19507,17 @@ SECURITY SUBSYSTEM
1950719507
M: Paul Moore <paul@paul-moore.com>
1950819508
M: James Morris <jmorris@namei.org>
1950919509
M: "Serge E. Hallyn" <serge@hallyn.com>
19510-
L: linux-security-module@vger.kernel.org (suggested Cc:)
19510+
L: linux-security-module@vger.kernel.org
1951119511
S: Supported
19512-
W: http://kernsec.org/
19513-
T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
19512+
Q: https://patchwork.kernel.org/project/linux-security-module/list
19513+
B: mailto:linux-security-module@vger.kernel.org
19514+
P: https://github.com/LinuxSecurityModule/kernel/blob/main/README.md
19515+
T: git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
1951419516
F: include/uapi/linux/lsm.h
1951519517
F: security/
1951619518
F: tools/testing/selftests/lsm/
1951719519
X: security/selinux/
19520+
K: \bsecurity_[a-z_0-9]\+\b
1951819521

1951919522
SELINUX SECURITY MODULE
1952019523
M: Paul Moore <paul@paul-moore.com>

0 commit comments

Comments
 (0)