From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EAB3C43603 for ; Mon, 9 Dec 2019 21:38:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD51B2071E for ; Mon, 9 Dec 2019 21:38:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726538AbfLIViD (ORCPT ); Mon, 9 Dec 2019 16:38:03 -0500 Received: from namei.org ([65.99.196.166]:36680 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726509AbfLIViD (ORCPT ); Mon, 9 Dec 2019 16:38:03 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id xB9LbjkV004719; Mon, 9 Dec 2019 21:37:45 GMT Date: Tue, 10 Dec 2019 08:37:45 +1100 (AEDT) From: James Morris To: Tetsuo Handa cc: Andrew Morton , Stephen Rothwell , linux-security-module@vger.kernel.org, Linus Torvalds Subject: Re: [PATCH v2] tomoyo: Don't check open/getattr permission on sockets. In-Reply-To: <579b10bb-990f-ae4c-8098-b39e56a4c475@i-love.sakura.ne.jp> Message-ID: References: <0000000000004f43fa058a97f4d3@google.com> <20190618204933.GE17978@ZenIV.linux.org.uk> <8f874b03-b129-205f-5f05-125479701275@i-love.sakura.ne.jp> <289ebc65-8444-37e3-e54e-21b55d2c9192@i-love.sakura.ne.jp> <36906718-d2ae-3514-c6b2-371037c98da5@i-love.sakura.ne.jp> <20191003082543.5e1e25dd@canb.auug.org.au> <579b10bb-990f-ae4c-8098-b39e56a4c475@i-love.sakura.ne.jp> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: On Wed, 4 Dec 2019, Tetsuo Handa wrote: > > I decided to drop tomoyo_get_socket_name(). Will you pick up the following commit? > > commit c39593ab0500fcd6db290b311c120349927ddc04 > Author: Tetsuo Handa > Date: Mon Nov 25 10:46:51 2019 +0900 > > tomoyo: Don't use nifty names on sockets. > >From where? Please send a patch. -- James Morris