From owner-svn-src-head@freebsd.org Wed Feb 22 17:14:14 2017 Return-Path: Delivered-To: svn-src-head@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 6DB43CE9F1A; Wed, 22 Feb 2017 17:14:14 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-wr0-f181.google.com (mail-wr0-f181.google.com [209.85.128.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0133F2AD; Wed, 22 Feb 2017 17:14:13 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-wr0-f181.google.com with SMTP id s27so6643045wrb.2; Wed, 22 Feb 2017 09:14:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:content-transfer-encoding; bh=xRlx9Rv19G29ViR1d0F9uglEheL7l567yLErTNcgeEs=; b=LLxio8ywSirybYlVbW9vVY+65XCKV8dNt1foaA20Pvct83h6JOTlU0GRdarsowa/nN LD/DUP8dI2/ctjq/koM3xqlCujvdeHLwioQ80PPV6oYLMpb9+aTtwv0ysUigyXXFkCzC WnaRnPBciIiYwZmr8I3ZdaJabgYab2fCm4ucxYptez8N18ppb3KQtlMM+c05/eUpK2RH 9NfegnWyYqzxqbe9bQtFBnZLjSOaAoRVS4UN3RU+FZUVnNdj9ciu0tLSskIp5Oz7poSl 46VotuDJejXqseoFAvMWRH0cJzUB+U+SKqXEvGbYteRh+s98glh6V3rNAZHvTYBVLJ86 ojpA== X-Gm-Message-State: AMke39n+iYD3XhT500nYP87weOm4PiNKCBBzqL/Aea/GCcOKjMMVNEvELM4zt5SKiRiBoQ== X-Received: by 10.223.152.85 with SMTP id v79mr24205457wrb.78.1487779875806; Wed, 22 Feb 2017 08:11:15 -0800 (PST) Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com. [74.125.82.51]) by smtp.gmail.com with ESMTPSA id t103sm2278382wrc.43.2017.02.22.08.11.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Feb 2017 08:11:15 -0800 (PST) Received: by mail-wm0-f51.google.com with SMTP id v77so5551021wmv.0; Wed, 22 Feb 2017 08:11:15 -0800 (PST) X-Received: by 10.28.61.136 with SMTP id k130mr3116447wma.128.1487779875518; Wed, 22 Feb 2017 08:11:15 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.80.152.82 with HTTP; Wed, 22 Feb 2017 08:11:14 -0800 (PST) In-Reply-To: <20170222112335.GA29481@ymer.vnode.se> References: <201702210937.v1L9bY6V093836@repo.freebsd.org> <28a4cf5e-2edd-3e30-9ecd-817f886e9ea3@FreeBSD.org> <20170221144002.GA87822@FreeBSD.org> <20170222112335.GA29481@ymer.vnode.se> From: Conrad Meyer Date: Wed, 22 Feb 2017 08:11:14 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r314036 - head/usr.sbin/bsdinstall/scripts To: =?UTF-8?Q?Bart=C5=82omiej_Rutkowski?= , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 22 Feb 2017 17:14:14 -0000 On Wed, Feb 22, 2017 at 3:23 AM, Joel Dahl wrote: > On Wed, Feb 22, 2017 at 07:56:52AM +0000, Bart=C5=82omiej Rutkowski wrote= : >> I strongly believe we should, by default, ship as secured and hardened a= s >> possible in order to improve overall security of new users installations= . >> Power users will and do change the OS as they please, they most likely >> don't use bsdinstall in first place, so they're not affected in any way. > > Sorry, I strongly disagree with that. I'm most likely a "power user" and = I use > bsdinstall. Ditto. I'm also unfamiliar enough with the installer to trip on this kind of thing. Slawa's proposed "disable all" option would be fine. Thanks, Conrad