diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-05-15 17:25:38 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-05-15 17:25:38 +0200 |
commit | 4cd4e4b88100a33d96ec4f83bdb0e4e754e24c97 (patch) | |
tree | 9b95336511921b7ce25d927f049bdce30be429e4 /MAINTAINERS | |
parent | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... (diff) | |
parent | MAINTAINERS: repair file entry in SECURITY SUBSYSTEM (diff) | |
download | linux-4cd4e4b88100a33d96ec4f83bdb0e4e754e24c97.tar.xz linux-4cd4e4b88100a33d96ec4f83bdb0e4e754e24c97.zip |
Merge tag 'lsm-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Pull lsm updates from Paul Moore:
- The security/* portion of the effort to remove the empty sentinel
elements at the end of the ctl_table arrays
- Update the file list associated with the LSM / "SECURITY SUBSYSTEM"
entry in the MAINTAINERS file (and then fix a typo in then update)
* tag 'lsm-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm:
MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
MAINTAINERS: update the LSM file list
lsm: remove the now superfluous sentinel element from ctl_table array
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 94fddfcec2fb..0281c76f208e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19968,6 +19968,10 @@ Q: https://patchwork.kernel.org/project/linux-security-module/list B: mailto:linux-security-module@vger.kernel.org P: https://github.com/LinuxSecurityModule/kernel/blob/main/README.md 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/linux/security.h F: include/uapi/linux/lsm.h F: security/ F: tools/testing/selftests/lsm/ |