Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2665102imm; Mon, 16 Jul 2018 11:55:53 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcawwHUk8YOTiUbBCOiEku1ofbJ/1giKUr4WOvq23P/6B+WI6PQbAI6hguiZqC9kjAyOS17 X-Received: by 2002:a17:902:3381:: with SMTP id b1-v6mr18008855plc.248.1531767353297; Mon, 16 Jul 2018 11:55:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531767353; cv=none; d=google.com; s=arc-20160816; b=GP+sg4FCaQhHLKbb4ld+MNEaHiemZyPGWzRC55peNyGrpLHbPsiJp1jZRpf0WjU8UM 2vvWRPGe5Gjd2pLMxCWW9Tc7/Spajl7vgXWsDWcP89w0E/EwERVCkEzS2PPV4zpgq4nd WbvPst2uAQCVZpU/54bzahZ+aTlj0roAB+6ig9ZZd7gsXWQfbXYpGbVS6pB54uTpRqWn ORsUthhte+Juc48NWXM6EIv/pNIwpWGawZnK52a5RuGyKBG6ooeS9zxsHnFPk1WO6zvA IgghhCjk0B6fHh8TGY4NoY9rLsovEgT4QwUlAR5ArwDoS6VmS4hh1bOCWVRs+KOB+iP/ zm8Q== 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 :arc-authentication-results; bh=nzLlzXZSD0+TkgoGzolA4jmKpBsSYYJNhvAtwKYQweM=; b=lUhNSu6uLrewQy7s3BUa4fA/ux+Udke5KlQY3QwLlNepAyF3+7VhVe5O146ts1dZqA X2ZN5s4AgbDzNfPU5Qci8HClXap6RqaD1dqmHQKYOfZQpJTKYdqhMJFF64f10j/hnUXt qCjOcljx2Je/GANcSXdE8VjVeQXHnN/KwSogDJmoFPJNGpzyOQO3kLwhuvzKU8Xg1By/ w148KTKM2vc3sz9mpXhJsz68yLxjNU/c/U4FuprEdRe49v0HzzH7mnSxboDoprTP8WbA aSjC7lguWbAa5O/Nl/9dfsmGXhRdlLGlN41rsAm6/W1ooLDjoygKgy74lmBRpiNR13TR 1hDg== 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 m5-v6si3961910pgk.533.2018.07.16.11.55.38; Mon, 16 Jul 2018 11:55:53 -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 S1729615AbeGPTXi (ORCPT + 99 others); Mon, 16 Jul 2018 15:23:38 -0400 Received: from namei.org ([65.99.196.166]:39328 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728285AbeGPTXi (ORCPT ); Mon, 16 Jul 2018 15:23:38 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w6GIrvp5018386; Mon, 16 Jul 2018 18:53:57 GMT Date: Tue, 17 Jul 2018 04:53:57 +1000 (AEST) From: James Morris To: Casey Schaufler cc: LSM , LKLM , Paul Moore , Stephen Smalley , SE Linux , "SMACK-discuss@lists.01.org" , John Johansen , Kees Cook , Tetsuo Handa , "Schaufler, Casey" Subject: Re: [PATCH v1 00/22] LSM: Full security module stacking In-Reply-To: <8a325db8-e7eb-9581-2b77-fc987a165df7@schaufler-ca.com> Message-ID: References: <8a325db8-e7eb-9581-2b77-fc987a165df7@schaufler-ca.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 Mon, 16 Jul 2018, Casey Schaufler wrote: > LSM: Full security module stacking > > I'm calling this v1 not because it's the first version > I've put out but because it's the first version I'm getting > serious external pressure to get upstream. From whom? -- James Morris