From d4261af73d8f99cde76479e6cf98b2e0e61925b2 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 5 Dec 2013 21:55:10 +0000 Subject: [PATCH] There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }. MFC after: 2 weeks --- sys/security/audit/audit_bsm_klib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c index d06c7705eafd..91f7aaa318b7 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);