diff mbox series

MAINTAINERS: add an entry for the lockdown LSM

Message ID 20231120215917.287595-2-paul@paul-moore.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series MAINTAINERS: add an entry for the lockdown LSM | expand

Commit Message

Paul Moore Nov. 20, 2023, 9:59 p.m. UTC
While lockdown has been present in the kernel for a while, it is
missing a MAINTAINERS entry for some reason.

Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Signed-off-by: Paul Moore <paul@paul-moore.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Matthew Garrett Nov. 21, 2023, 10:02 a.m. UTC | #1
On Mon, Nov 20, 2023 at 04:59:18PM -0500, Paul Moore wrote:
> While lockdown has been present in the kernel for a while, it is
> missing a MAINTAINERS entry for some reason.
> 
> Cc: Matthew Garrett <mjg59@srcf.ucam.org>
> Signed-off-by: Paul Moore <paul@paul-moore.com>

Signed-off-by: Matthew Garrett <mjg59@srcf.ucam.org>
Paul Moore Nov. 21, 2023, 11:52 p.m. UTC | #2
On Tue, Nov 21, 2023 at 5:02 AM Matthew Garrett <mjg59@srcf.ucam.org> wrote:
> On Mon, Nov 20, 2023 at 04:59:18PM -0500, Paul Moore wrote:
> > While lockdown has been present in the kernel for a while, it is
> > missing a MAINTAINERS entry for some reason.
> >
> > Cc: Matthew Garrett <mjg59@srcf.ucam.org>
> > Signed-off-by: Paul Moore <paul@paul-moore.com>
>
> Signed-off-by: Matthew Garrett <mjg59@srcf.ucam.org>

Merged into lsm/dev, thanks.
diff mbox series

Patch

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
+L:	linux-security-module@vger.kernel.org
+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 <peterz@infradead.org>
 M:	Ingo Molnar <mingo@redhat.com>