Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1695129imm; Wed, 10 Oct 2018 20:46:36 -0700 (PDT) X-Google-Smtp-Source: ACcGV63SQ+wUwtw9WmQetQ5A3A5aZzC+BHV+uspDVAE0T0O76DFg/yG2WHMyn9X9LYV0Ac1gpMme X-Received: by 2002:a62:db46:: with SMTP id f67-v6mr36898804pfg.1.1539229596801; Wed, 10 Oct 2018 20:46:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539229596; cv=none; d=google.com; s=arc-20160816; b=CWXaq4/bOg4AVvApgv8PewpZ1NZj47nirXm0Woec6j2gBs4S+9JNuhLZv6zAV7sgod I9ppVx5ZDNj0pqvwykyWbhCg4DLcBMKD7g1tdZYZHJoCRtdrNAEsi0smIHJHdnK6eArj 4YvJjhb1rG++Z3FEtWdlKDWq66OYKiReL6AoKj4sTdV27vY6sBAOT5i2gjBBhix+SRFI BI8VaoAizQUd82xCEqhXwBcSOlMpmgEAUrHcEXDAD13f8MxlPiXSioghSWj1cWNUYDYU LqlK+5JtwPx85ysD7/VO99fog/MjTNVa+DSAWwZyl4AjViXaURSuwEwlSa3Xoo1q97P4 D1TQ== 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=jd8zPHCDooMGAy/AWRKpFXtjgQwmoUEyHfuHSRQEuR8=; b=MBRoK6xTFz4wO7/+2FdiRQlq+Fe3mRGKV2IdwbnNFNZeKpYRZTqDmspksTmlHvxsFl ZyRw4CA3ffoxs21CuVmmtXnt7i7qVmVATUPF8H0M08tprxC1p9c2QglsEMRChEngAVEx g0KIUhgO5LMZEP1QBp8dg9uXIgD9NSdtvRNB/hyqM2dyUHY+jA+7+HZWDQGal1DAD8np gEnf0z4zaZ4rtH7HyUKKHFYrCbcag4ZdeISPcJ5xp0+Sy8k34ps4CfgvK87nocHRXVht K/eoRZC233KNqktIw6Iv7So//X+qRMbbZV4WkAYAB5pAF2qVcUy+bqY/xyEHbIais9yz G5/w== 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 v11-v6si30012637pfl.233.2018.10.10.20.46.22; Wed, 10 Oct 2018 20:46:36 -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 S1726728AbeJKLK7 (ORCPT + 99 others); Thu, 11 Oct 2018 07:10:59 -0400 Received: from namei.org ([65.99.196.166]:33620 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726008AbeJKLK6 (ORCPT ); Thu, 11 Oct 2018 07:10:58 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w9B3j1k8026034; Thu, 11 Oct 2018 03:45:01 GMT Date: Thu, 11 Oct 2018 14:45:01 +1100 (AEDT) From: James Morris To: Kees Cook cc: Casey Schaufler , John Johansen , Stephen Smalley , Paul Moore , Tetsuo Handa , Mimi Zohar , Randy Dunlap , Jordan Glover , LSM , linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH security-next v5 00/30] LSM: Explict ordering In-Reply-To: <20181011001846.30964-1-keescook@chromium.org> Message-ID: References: <20181011001846.30964-1-keescook@chromium.org> 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, 10 Oct 2018, Kees Cook wrote: > v5: > - redesigned to use CONFIG_LSM= and lsm= for both ordering and enabling > - dropped various Reviewed-bys due to rather large refactoring Patches 1-10 applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general and next-testing. -- James Morris