diff options
author | Lukas Bulwahn <lukas.bulwahn@redhat.com> | 2024-05-07 16:01:22 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2024-05-07 10:56:15 -0400 |
commit | dd80c7465029dd0671e6f9fc2678ae0fbdf785ac (patch) | |
tree | b723ad737dec542ff267b03943209293deefb4fd /MAINTAINERS | |
parent | 67889688e05b58b9152c28e417a92bfe577d0ade (diff) | |
download | lwn-dd80c7465029dd0671e6f9fc2678ae0fbdf785ac.tar.gz lwn-dd80c7465029dd0671e6f9fc2678ae0fbdf785ac.zip |
MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f7d67854b9e1..bd732b174568 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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/ |