From owner-svn-src-head@FreeBSD.ORG Wed Sep 10 16:50:15 2014 Return-Path: Delivered-To: svn-src-head@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 94DFE4F3; Wed, 10 Sep 2014 16:50:15 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1E3F11D90; Wed, 10 Sep 2014 16:50:13 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA21947; Wed, 10 Sep 2014 19:40:30 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1XRkwX-000N0j-UU; Wed, 10 Sep 2014 19:40:29 +0300 Message-ID: <54107EC5.10806@FreeBSD.org> Date: Wed, 10 Sep 2014 19:39:33 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: John Baldwin , Aleksandr Rybalko Subject: Re: svn commit: r271381 - head/sys/dev/vt References: <201409101113.s8ABDEKi090971@svn.freebsd.org> <4782868.n8ASJ9z6dM@ralph.baldwin.cx> In-Reply-To: <4782868.n8ASJ9z6dM@ralph.baldwin.cx> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 16:50:15 -0000 On 10/09/2014 17:30, John Baldwin wrote: > On Wednesday, September 10, 2014 11:13:14 AM Aleksandr Rybalko wrote: >> Author: ray >> Date: Wed Sep 10 11:13:13 2014 >> New Revision: 271381 >> URL: http://svnweb.freebsd.org/changeset/base/271381 >> >> Log: >> o Add sysctls to enable/disable potentially dengerous key combinations, >> like reboot/halt/debug. >> o Add support for most key combinations supported by syscons(4). >> >> Reviewed by: dumbbell, emaste (prev revision of D747) >> MFC after: 5 days >> Sponsored by: The FreeBSD Foundation > > Thanks! It probably would have made sense to have kernel options that would control default values of these knobs. E.g. for syscons we have SC_DISABLE_REBOOT, etc. -- Andriy Gapon