From owner-svn-src-all@FreeBSD.ORG Thu Dec 26 16:59:51 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87C6E452; Thu, 26 Dec 2013 16:59:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 734EF10CE; Thu, 26 Dec 2013 16:59:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBQGxpPp077119; Thu, 26 Dec 2013 16:59:51 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBQGxp28077118; Thu, 26 Dec 2013 16:59:51 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201312261659.rBQGxp28077118@svn.freebsd.org> From: John Baldwin Date: Thu, 26 Dec 2013 16:59:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r259919 - stable/8/sys/security/audit X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 16:59:51 -0000 Author: jhb Date: Thu Dec 26 16:59:50 2013 New Revision: 259919 URL: http://svnweb.freebsd.org/changeset/base/259919 Log: MFC 259014: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }. Modified: stable/8/sys/security/audit/audit_bsm_klib.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/security/ (props changed) Modified: stable/8/sys/security/audit/audit_bsm_klib.c ============================================================================== --- stable/8/sys/security/audit/audit_bsm_klib.c Thu Dec 26 16:58:30 2013 (r259918) +++ stable/8/sys/security/audit/audit_bsm_klib.c Thu Dec 26 16:59:50 2013 (r259919) @@ -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);