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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue