Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1390277ybn; Wed, 25 Sep 2019 17:37:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqztjuQpNj7GK7kXeLMBoerCJP7ZDVLWcf0A9n/+KEWqIAn8ntfJ9A48d0+bvXJg0ivCS/3z X-Received: by 2002:a05:6402:1681:: with SMTP id a1mr821392edv.218.1569458243844; Wed, 25 Sep 2019 17:37:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569458243; cv=none; d=google.com; s=arc-20160816; b=zdPD34owoz5Aqkil+CVHYYR945jXlg4jL8DP//vWiDKUkK9s5QuuYVK1z9J8xZaXpV CULYVCuSGwd+xNta5U1Alp2mbJ0GUyTfPNF3Xjf5gF/+Y468sWWfOJAPkvn5LsHUM+SS eyWbj0SAAMiIAlBjKunJhkR7J5m0ulttupBAxf0Vmzak/T5K7OJCtluaSqaDMuQMj1U5 j9A7DUyIUAx03sTwzP0LygykU2ifTkrDW5ZESBBaI2kmQjq2AFW9hniGH/5F6jxTvViw lpPM9NQO9Tb/ymoFCxdexVU0nplQb5mVOi3BxsmONCopSuEP47llzWjBiRVAzWWcQLZi +v3g== 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=z+JT3GgW8mIkW2xkbDh1DUt/dNpayaZGg6WD8ycCo44=; b=SbuyWh7hNUR7tW0umRLjatvAcaE06e2+Q90/nLMyL2dr22fxXvf7ieMD/X1QWyN1vn A8A6hK6fxVrLbmayF3U9tU+Ua08z1CiSyAwwDRJKiQKFlphqz50+2jxefXgiSiyFpMoE 7bizgYimoAngot8/++OjL8Jlpuwj+MKEVfLlQiOpw8/O7Gxp7aWgzgJewtWZnVxG26l2 VmHPQwBMrrWQ1ryTJTUGnUzLa7q8Hpccb4fx0nNt8G+RRrSU1FXm605EDhC3rWq2tuAm srlcPxqjdS3ssuerPakVZMCPU5nESzpYgtHA+U2sa9X/gZjrZIyf+J33c/I0A1ClWhpV 3V0A== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxonhyperv.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c21si216552ejs.390.2019.09.25.17.37.00; Wed, 25 Sep 2019 17:37:23 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxonhyperv.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391179AbfIWXfj (ORCPT + 99 others); Mon, 23 Sep 2019 19:35:39 -0400 Received: from linux.microsoft.com ([13.77.154.182]:55806 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729152AbfIWXfj (ORCPT ); Mon, 23 Sep 2019 19:35:39 -0400 Received: by linux.microsoft.com (Postfix, from userid 1001) id 51E002008710; Mon, 23 Sep 2019 16:35:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by linux.microsoft.com (Postfix) with ESMTP id 3A89930705AF; Mon, 23 Sep 2019 16:35:38 -0700 (PDT) Date: Mon, 23 Sep 2019 16:35:38 -0700 (PDT) From: James Morris X-X-Sender: jamorris@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net To: Linus Torvalds cc: Micah Morton , Jann Horn , Bart Van Assche , "Paul E. McKenney" , Linux Kernel Mailing List , linux-security-module Subject: Re: [GIT PULL] SafeSetID LSM changes for 5.4 In-Reply-To: Message-ID: References: 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, 23 Sep 2019, Linus Torvalds wrote: > Should we just remove safesetid again? It's not really maintained, and > it's apparently not used. It was merged in March (with the first > commit in January), and here we are at end of September and this > happens. My understanding is that SafeSetID is shipping in ChromeOS -- this was part of the rationale for merging it. -- James Morris