Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp191885imm; Wed, 3 Oct 2018 14:20:25 -0700 (PDT) X-Google-Smtp-Source: ACcGV62rMahRo068qJhXDALvJFdeUIFjy4nezmmmovipDPs0z0mctHcpVCjAVASzR8krZwD2O+5U X-Received: by 2002:a63:d208:: with SMTP id a8-v6mr2752642pgg.99.1538601625302; Wed, 03 Oct 2018 14:20:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538601625; cv=none; d=google.com; s=arc-20160816; b=FzRanM0pnRwIphrdnPThmKGWf2vXGjxI/HCNJcqYfz1KUIernmzUzHDREC7wC7EWNs 0jWjgYt31CgYLT8g8ycOWSgX92dLq1oBlaMP35wFEkJDaManSEebLiBTLCK5/WjIfQNU J9z75vYilypiQjzhNnNC1V9t9lpApPkRNMCJwThq5Yo3d8w8OSuUg1EcuGEOvozMi8XD d6/f7mqpOBzcfDoqBrK7vLn7wXWhgWgtIk+Shtp8AroWs9SP7Afivo1KKTjnwASWf9q3 QkVyB9GKyxQgusYP3st8ERpe5cKhBMK8SWbYTiza/pH98W5Vbkg4ZsrKs16jFtF+5RbJ Ha+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=ROS+0qfdCQuVsNnfn947oxrsy8ANNll8VLX2OgwQ0B0=; b=BfZO4CpsCXH5oYE1hY5KQ1+Tciw+twYGSLkO1Ao95HkbCwiAe6HjqUih2xPrTXYUmz IEpGaGz6IlZZITV+iT4cfrVybG598xwMAdKBvxkSkOYppF/F9+5i+kX/AHO+n1uquTLE aEmU2cZXoeu6yMAkH+RJyTNXXrC2+pNiuYtPWMiqi+V5hHTjceddOl/xo3WPzAugl9yI IAfaTxgxCEipMUuXY65avFB/b1lPkmUFAeYgxi/0FmvkGmDnbxcyPyOjRG0Xfn5xtX7u iuxMowArjKzkjYVig4eHZ1CJ/SwWqxOhsw0RdZXbMZjaH1U6SSH349RPTD+pXR0dKzLR iv+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g10-v6si2568139plt.212.2018.10.03.14.20.06; Wed, 03 Oct 2018 14:20:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726504AbeJDEKI (ORCPT + 99 others); Thu, 4 Oct 2018 00:10:08 -0400 Received: from namei.org ([65.99.196.166]:35524 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725871AbeJDEKI (ORCPT ); Thu, 4 Oct 2018 00:10:08 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w93LJibv023350; Wed, 3 Oct 2018 21:19:44 GMT Date: Thu, 4 Oct 2018 07:19:44 +1000 (AEST) From: James Morris To: Kees Cook cc: John Johansen , Jordan Glover , Stephen Smalley , Paul Moore , Casey Schaufler , Tetsuo Handa , "Schaufler, Casey" , linux-security-module , Jonathan Corbet , "open list:DOCUMENTATION" , linux-arch , LKML Subject: Re: [PATCH security-next v4 23/32] selinux: Remove boot parameter In-Reply-To: Message-ID: References: <20181002005505.6112-1-keescook@chromium.org> <809f1cfd-077b-ee58-51ba-b22daf46d12b@tycho.nsa.gov> <5955f5ce-b803-4f58-8b07-54c291e33da5@canonical.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Oct 2018, Kees Cook wrote: > I should also note that I don't want to leave CONFIG_DEFAULT_SECURITY > in, since it's just a way to disable all the other majors. Right, default doesn't make sense anymore. -- James Morris