aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <[email protected]>2023-11-20 16:45:38 -0500
committerPaul Moore <[email protected]>2023-11-20 16:51:28 -0500
commitafe576a62062cf944372fff2b6510b621ec454f2 (patch)
tree710ba347b9e70e00c949fb4f825fba1dc58932fb
parente246777e2a032934047ba9e106de1fb21e7a8402 (diff)
MAINTAINERS: add an entry for the lockdown LSM
While lockdown has been present in the kernel for a while, it is missing a MAINTAINERS entry for some reason. Signed-off-by: Matthew Garrett <[email protected]> Signed-off-by: Paul Moore <[email protected]>
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 34187ece7330..ec70e163e458 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12447,6 +12447,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/har
F: Documentation/admin-guide/LSM/LoadPin.rst
F: security/loadpin/
+LOCKDOWN SECURITY MODULE
+S: Odd Fixes
+T: git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
+F: security/lockdown/
+
LOCKING PRIMITIVES
M: Peter Zijlstra <[email protected]>
M: Ingo Molnar <[email protected]>