From owner-cvs-src@FreeBSD.ORG Wed May 26 10:09:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1479416A4CF; Wed, 26 May 2004 10:09:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F319E43D41; Wed, 26 May 2004 10:09:03 -0700 (PDT) (envelope-from csjp@freebsd.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) i4QH7wR9098563; Wed, 26 May 2004 10:07:58 -0700 (PDT) (envelope-from csjp@freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4QH7wC9098562; Wed, 26 May 2004 10:07:58 -0700 (PDT) (envelope-from csjp@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: csjp set sender to csjp@freebsd.org using -f Date: Wed, 26 May 2004 10:07:58 -0700 From: "Christian S.J. Peron" To: Pawel Jakub Dawidek Message-ID: <20040526170758.GA92769@freefall.freebsd.org> References: <200405261636.i4QGaW2E096058@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405261636.i4QGaW2E096058@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 17:09:04 -0000 I am wondering if it would make sense to introduce a flag to the sysctl MIB creation which would set the MIB as jail visible or not. On 26 May 2004 Pawel Jakub Dawidek wrote: > pjd 2004/05/26 09:36:32 PDT > > FreeBSD src repository > > Modified files: > sys/kern subr_bus.c > Log: > Sysctl hw.bus.devctl_disable shouldn't be writtable from inside a jail. > > Approved by: imp > > Revision Changes Path > 1.146 +2 -3 src/sys/kern/subr_bus.c