svn commit: r259917 - stable/10/sys/security/audit

John Baldwin jhb at FreeBSD.org
Thu Dec 26 16:57:37 UTC 2013


Author: jhb
Date: Thu Dec 26 16:57:36 2013
New Revision: 259917
URL: http://svnweb.freebsd.org/changeset/base/259917

Log:
  MFC 259014: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.

Modified:
  stable/10/sys/security/audit/audit_bsm_klib.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/security/audit/audit_bsm_klib.c
==============================================================================
--- stable/10/sys/security/audit/audit_bsm_klib.c	Thu Dec 26 15:51:14 2013	(r259916)
+++ stable/10/sys/security/audit/audit_bsm_klib.c	Thu Dec 26 16:57:36 2013	(r259917)
@@ -273,7 +273,6 @@ audit_ctlname_to_sysctlevent(int name[],
 	case KERN_USRSTACK:
 	case KERN_LOGSIGEXIT:
 	case KERN_IOV_MAX:
-	case KERN_MAXID:
 		return ((valid_arg & ARG_VALUE) ?
 		    AUE_SYSCTL : AUE_SYSCTL_NONADMIN);
 


More information about the svn-src-stable-10 mailing list