From owner-freebsd-questions@freebsd.org Fri Oct 2 11:21:10 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03037A0E9D3 for ; Fri, 2 Oct 2015 11:21:10 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from eris.bzerk.org (eris.bzerk.org [82.95.223.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.bzerk.org", Issuer "*.bzerk.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8205A1AFC for ; Fri, 2 Oct 2015 11:21:09 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from eris.bzerk.org (BOFH@localhost [127.0.0.1]) by eris.bzerk.org (8.14.9/8.14.9) with ESMTP id t92BL1er095447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Oct 2015 11:21:03 GMT (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by eris.bzerk.org (8.14.9/8.14.9/Submit) id t92BL1wC095446; Fri, 2 Oct 2015 11:21:01 GMT (envelope-from mail25@bzerk.org) X-Authentication-Warning: eris.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Fri, 2 Oct 2015 11:21:01 +0000 From: Ruben de Groot To: Moreno Carullo Cc: "freebsd-questions@freebsd.org" Subject: Re: Console -- insecure settings Message-ID: <20151002112101.GA95004@eris.bzerk.org> Mail-Followup-To: Ruben de Groot , Moreno Carullo , "freebsd-questions@freebsd.org" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Status: No, score=-11.0 required=5.0 tests=ALL_TRUSTED,AUTHD_RELAY autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on eris.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (eris.bzerk.org [127.0.0.1]); Fri, 02 Oct 2015 11:21:06 +0000 (UTC) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 11:21:10 -0000 On Fri, Oct 02, 2015 at 10:32:48AM +0000, Moreno Carullo typed: > Hi all, > > I would like to set the console as insecure as documented here: > https://www.freebsd.org/doc/handbook/boot-introduction.html > > the issue is that the system seems to ignore the setting, as the single user mode does NOT prompt for password. I think the documentation is wrong, because /etc/ttys is read by init, and init doesn't run in single user mode. Single user mode means /bin/sh replaces init. > Any ideas? > > Thanks, > Moreno > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"