There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.

MFC after:	2 weeks
This commit is contained in:
jhb 2013-12-05 21:55:10 +00:00
parent 77c171ac39
commit d4261af73d

View File

@ -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);