diff options
Diffstat (limited to 'kernel/sysctl_check.c')
-rw-r--r-- | kernel/sysctl_check.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index c3206fa50048..006365b69eaf 100644 --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c | |||
@@ -37,10 +37,6 @@ static struct trans_ctl_table trans_kern_table[] = { | |||
37 | { KERN_NODENAME, "hostname" }, | 37 | { KERN_NODENAME, "hostname" }, |
38 | { KERN_DOMAINNAME, "domainname" }, | 38 | { KERN_DOMAINNAME, "domainname" }, |
39 | 39 | ||
40 | #ifdef CONFIG_SECURITY_CAPABILITIES | ||
41 | { KERN_CAP_BSET, "cap-bound" }, | ||
42 | #endif /* def CONFIG_SECURITY_CAPABILITIES */ | ||
43 | |||
44 | { KERN_PANIC, "panic" }, | 40 | { KERN_PANIC, "panic" }, |
45 | { KERN_REALROOTDEV, "real-root-dev" }, | 41 | { KERN_REALROOTDEV, "real-root-dev" }, |
46 | 42 | ||
@@ -1498,9 +1494,6 @@ int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table) | |||
1498 | (table->strategy == sysctl_ms_jiffies) || | 1494 | (table->strategy == sysctl_ms_jiffies) || |
1499 | (table->proc_handler == proc_dostring) || | 1495 | (table->proc_handler == proc_dostring) || |
1500 | (table->proc_handler == proc_dointvec) || | 1496 | (table->proc_handler == proc_dointvec) || |
1501 | #ifdef CONFIG_SECURITY_CAPABILITIES | ||
1502 | (table->proc_handler == proc_dointvec_bset) || | ||
1503 | #endif /* def CONFIG_SECURITY_CAPABILITIES */ | ||
1504 | (table->proc_handler == proc_dointvec_minmax) || | 1497 | (table->proc_handler == proc_dointvec_minmax) || |
1505 | (table->proc_handler == proc_dointvec_jiffies) || | 1498 | (table->proc_handler == proc_dointvec_jiffies) || |
1506 | (table->proc_handler == proc_dointvec_userhz_jiffies) || | 1499 | (table->proc_handler == proc_dointvec_userhz_jiffies) || |