]> git.dujemihanovic.xyz Git - linux.git/commitdiff
MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Tue, 7 May 2024 14:01:22 +0000 (16:01 +0200)
committerPaul Moore <paul@paul-moore.com>
Tue, 7 May 2024 14:56:15 +0000 (10:56 -0400)
Commit 67889688e05b ("MAINTAINERS: update the LSM file list") adds a few
file entries to lsm-related header files. Among them, there is a reference
to include/security.h. However, security.h is located in include/linux/,
not in include/.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this new file entry in the SECURITY SUBSYSTEM section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
MAINTAINERS

index f7d67854b9e1603a394d191831f382c0ff13ef34..bd732b1745686242e10704768b7f6012f501a833 100644 (file)
@@ -19821,7 +19821,7 @@ T:      git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
 F:     include/linux/lsm_audit.h
 F:     include/linux/lsm_hook_defs.h
 F:     include/linux/lsm_hooks.h
-F:     include/security.h
+F:     include/linux/security.h
 F:     include/uapi/linux/lsm.h
 F:     security/
 F:     tools/testing/selftests/lsm/