summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-12-26 16:57:36 +0000
committerjhb <jhb@FreeBSD.org>2013-12-26 16:57:36 +0000
commit285471a802bf8879f872192d04afdc581490d121 (patch)
treec232f6427b68aeb3f9fbd4fcaf524ea5271d5666 /sys/security
parenta53893ff4d6435910c3633aa124442f17b37e9f0 (diff)
downloadFreeBSD-src-285471a802bf8879f872192d04afdc581490d121.zip
FreeBSD-src-285471a802bf8879f872192d04afdc581490d121.tar.gz
MFC 259014: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_bsm_klib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c
index d06c770..91f7aaa 100644
--- a/sys/security/audit/audit_bsm_klib.c
+++ b/sys/security/audit/audit_bsm_klib.c
@@ -273,7 +273,6 @@ audit_ctlname_to_sysctlevent(int name[], uint64_t valid_arg)
case KERN_USRSTACK:
case KERN_LOGSIGEXIT:
case KERN_IOV_MAX:
- case KERN_MAXID:
return ((valid_arg & ARG_VALUE) ?
AUE_SYSCTL : AUE_SYSCTL_NONADMIN);
OpenPOWER on IntegriCloud