mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
sysctl: remove the cad_pid binary sysctl path
It looks like we inadvertently killed the cad_pid binary sysctl support when cap_pid was changed to be a struct pid. Since no one has complained just remove the binary path. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
064b5bba0c
commit
c65f92398e
@ -509,7 +509,6 @@ static struct ctl_table kern_table[] = {
|
||||
#endif
|
||||
#ifdef CONFIG_PROC_SYSCTL
|
||||
{
|
||||
.ctl_name = KERN_CADPID,
|
||||
.procname = "cad_pid",
|
||||
.data = NULL,
|
||||
.maxlen = sizeof (int),
|
||||
|
Loading…
x
Reference in New Issue
Block a user