Received: by 10.223.185.116 with SMTP id b49csp4348061wrg; Tue, 6 Mar 2018 14:12:50 -0800 (PST) X-Google-Smtp-Source: AG47ELtawJN8rq1GWf1DaJmlpxcSWxajeZMpgSTRiT0OmFXepmnDXpzT0mWnFdVnijCG9msubk3W X-Received: by 10.98.64.146 with SMTP id f18mr20519756pfd.30.1520374370114; Tue, 06 Mar 2018 14:12:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520374369; cv=none; d=google.com; s=arc-20160816; b=y37tuOJx+3Hk/o8J6fzXFI/e6vwbmhxR4/yf4kpGjGlulC/jfk98iy7EOR12762D8y GL/BtSISJA1AivlsRrc/To/6yEYq1HbSg7cM6IomDIEPHNKidzESuDAmN6CBkoevuweM yvEClXK/jn6b/vB50teWhw4vj92R+2mDizWGizXOTH41AUpBm4kqIe2S719BxfCM/F6/ J3o5srduuAPDtd/+zUdbValImdjthgrSugZUSV8rEzYcs9EKNPY4K1qwMj2f/wcgHB4H biIYcd/Fo/DcGq0aEZyUdgxo3GKzka5QbNmZ5KUHVAeMUbuUEGGIGvuANL4juMsPTWtM OFYQ== 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=QtRJlwZzoi0Zygpq34oma4RJcJhOChir3n7+t9vSv70=; b=u/agiAe9+XtdENxRgKjLkY2Y+izqsbOrLnNFZHc9Axq6iKj147tZmHZ7/cym3r21zJ y/QX/yABvwoFaS4kD3IPNSt/CA9YVNcwKfOBicX4QWXGEtbx3I+lMb54Ip3vuvBJGzVP v46i6VW/PRaovPTl/gO9FtqP816crtA6eaKuCcNnuOh67DntLUmQbg/WeX24WUU0Rq85 xNT0wYNfZJLtfHAYFfNFGX1x89zcYooN/r8PfhQcK5r2VQxBO/pth/ORjpwKKWRQ2zQc OIXeGSfhQ3eXJwW54OpiI+McoYcUHXbJ02bF319BOK7Y74Ws1gEzOJ9fMcOfpuQh1j3a 3Gdg== 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 d12si10355535pgq.734.2018.03.06.14.12.34; Tue, 06 Mar 2018 14:12:49 -0800 (PST) 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 S933197AbeCFWK0 (ORCPT + 99 others); Tue, 6 Mar 2018 17:10:26 -0500 Received: from namei.org ([65.99.196.166]:51844 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932537AbeCFWKZ (ORCPT ); Tue, 6 Mar 2018 17:10:25 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w26MAAJT015696; Tue, 6 Mar 2018 22:10:10 GMT Date: Wed, 7 Mar 2018 09:10:10 +1100 (AEDT) From: James Morris To: Casey Schaufler cc: Paul Moore , Stephen Smalley , John Johansen , gregkh@linuxfoundation.org, "Serge E. Hallyn" , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, selinux@tycho.nsa.gov Subject: Re: [PATCH] usb,signal,security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill In-Reply-To: <8b1ea069-2389-5298-c187-647202762d72@schaufler-ca.com> Message-ID: References: <20170908164001.21138-1-sds@tycho.nsa.gov> <8b1ea069-2389-5298-c187-647202762d72@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 Tue, 6 Mar 2018, Casey Schaufler wrote: > On 3/6/2018 11:01 AM, Paul Moore wrote: > > On Fri, Sep 8, 2017 at 6:09 PM, James Morris wrote: > >> On Fri, 8 Sep 2017, Paul Moore wrote: > >>> Looks fine to me from a SELinux perspective. If Casey and John are > >>> happy with this I can volunteer to pull it into the selinux/next tree > >>> (once the merge window closes), otherwise if someone else wants to > >>> merge this my ack is below. > >> As this impacts multiple LSMs, I'd prefer to take it via my tree. > > What happened to this James? As best I can tell there were never any > > objections, and plenty of ACKs, but I don't see it in Linus' tree. > > I'll extend my offer to merge it, but I know you expressed a desire to > > pull this via your tree. > > I was also surprised that it had not been included. > > > > > * http://kernsec.org/pipermail/linux-security-module-archive/2017-September/003156.html > > Oops, Now applied to: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general and next-testing -- James Morris