summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-12-05 21:55:10 +0000
committerjhb <jhb@FreeBSD.org>2013-12-05 21:55:10 +0000
commitd4261af73d8f99cde76479e6cf98b2e0e61925b2 (patch)
tree608529df5f0a98a08e5bb6820d89336b140382b6 /sys/security
parent77c171ac396055cd821dff9637fff45e6bcd50e2 (diff)
downloadFreeBSD-src-d4261af73d8f99cde76479e6cf98b2e0e61925b2.zip
FreeBSD-src-d4261af73d8f99cde76479e6cf98b2e0e61925b2.tar.gz
There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.
MFC after: 2 weeks
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