Skip to content

Commit dd80c74

Browse files
bulwahnpcmoore
authored andcommitted
MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
Commit 6788968 ("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>
1 parent 6788968 commit dd80c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19821,7 +19821,7 @@ T: git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
1982119821
F: include/linux/lsm_audit.h
1982219822
F: include/linux/lsm_hook_defs.h
1982319823
F: include/linux/lsm_hooks.h
19824-
F: include/security.h
19824+
F: include/linux/security.h
1982519825
F: include/uapi/linux/lsm.h
1982619826
F: security/
1982719827
F: tools/testing/selftests/lsm/

0 commit comments

Comments
 (0)