Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp650645imm; Fri, 5 Oct 2018 09:30:13 -0700 (PDT) X-Google-Smtp-Source: ACcGV60xt93Jmv9vldQNk7ATyqam0qebl8vnYWJLa6zluWrz9DLqzIaY+lzTxB666gwrwzMmyZVN X-Received: by 2002:a17:902:788e:: with SMTP id q14-v6mr12707585pll.49.1538757013740; Fri, 05 Oct 2018 09:30:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538757013; cv=none; d=google.com; s=arc-20160816; b=swkHSROCr1CMVMHVgrK/Go15Lq5d+L6KchhC3wLq2VpQ2YL3TAW5VqUno4TGmhrKaa xzzlc91fkTnZ4rbDmQ2BT+R+GkZ2lOC0G1rtG5pozE3e5Hh1b0yh93UB7tvn4R5gNk3q 3bFr6r60FNk5BL+joiCMaJi0fC9wZmP3CPcjekG7j8yjvq23rCB6B8WnxAjD9mkWf5wO 9MErnlIT95mIUwN8FC938PbWYMgzRmJkXSZKsEl3LozNVK4ZiAJL7fI2GtxrjPyB1Ks1 EIa3GxyIfRO3L/49WhPvNlZb4AupMZ/0+655FiR2WMe/SbCLT6kqEsMH15KiXRzWUvIP Qi0w== 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=I4wCR4oMT0++prCUWGt4zlYZ7y1LuYKmiteSSSV8qyw=; b=hcAS2+AyHs+rC1l41e+TVNgH5hPnpcPUastdPFnv6MrAlzW1fWlodcbitkMqF5230X Z3DXELp8TJALNv1XxCjsPUg57gA+YVKyHHWPqQl35SW5RAI+2CJXjS2pcWAOuaPoO2sH zHZGzl4ESlX0aH5I5v5hmK2gKsFeJ+Hvt+QtvTaUNnu6TWkEOLrdgYvhsdMO5HMFYZ2F /j5OAty+sSlQXPHE3e5RFL56Utkvc4U+tbemJKGNcQsq5qm1ZNh7rHoTvGTp94kioVu3 IRiyaVeSe8Qa1IuEkZ4brvozCl5kATVzVbDIOVz7e7d7akV8OhSHSvehbOcUgqtEV7Ax UukQ== 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 o23-v6si8007025pgm.170.2018.10.05.09.29.58; Fri, 05 Oct 2018 09:30:13 -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 S1728967AbeJEX3V (ORCPT + 99 others); Fri, 5 Oct 2018 19:29:21 -0400 Received: from namei.org ([65.99.196.166]:35840 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728835AbeJEX3V (ORCPT ); Fri, 5 Oct 2018 19:29:21 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w95GTG2M009164; Fri, 5 Oct 2018 16:29:16 GMT Date: Sat, 6 Oct 2018 02:29:16 +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> <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 Fri, 5 Oct 2018, James Morris wrote: > On Thu, 4 Oct 2018, Kees Cook wrote: > > And a user would need to specify ALL lsms on the "lsm=" line? > > > > Yes, the ones they want enabled. If they're overriding the kconfig value. -- James Morris