aboutsummaryrefslogtreecommitdiff
path: root/security/keys
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2024-05-15 08:25:38 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2024-05-15 08:25:38 -0700
commit4cd4e4b88100a33d96ec4f83bdb0e4e754e24c97 (patch)
tree9b95336511921b7ce25d927f049bdce30be429e4 /security/keys
parentMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... (diff)
parentMAINTAINERS: repair file entry in SECURITY SUBSYSTEM (diff)
downloadlinux-4cd4e4b88100a33d96ec4f83bdb0e4e754e24c97.tar.gz
linux-4cd4e4b88100a33d96ec4f83bdb0e4e754e24c97.tar.bz2
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 'security/keys')
-rw-r--r--security/keys/sysctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/keys/sysctl.c b/security/keys/sysctl.c
index b348e1679d5d..91f000eef3ad 100644
--- a/security/keys/sysctl.c
+++ b/security/keys/sysctl.c
@@ -66,7 +66,6 @@ static struct ctl_table key_sysctls[] = {
.extra2 = (void *) SYSCTL_INT_MAX,
},
#endif
- { }
};
static int __init init_security_keys_sysctls(void)