From: Eric W. Biederman 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 Signed-off-by: Andrew Morton --- kernel/sysctl.c | 1 - 1 files changed, 1 deletion(-) diff -puN kernel/sysctl.c~sysctl-remove-the-cad_pid-binary-sysctl-path kernel/sysctl.c --- a/kernel/sysctl.c~sysctl-remove-the-cad_pid-binary-sysctl-path +++ a/kernel/sysctl.c @@ -507,7 +507,6 @@ static struct ctl_table kern_table[] = { #endif #ifdef CONFIG_PROC_SYSCTL { - .ctl_name = KERN_CADPID, .procname = "cad_pid", .data = NULL, .maxlen = sizeof (int), _