From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752317Ab3HZTCp (ORCPT ); Mon, 26 Aug 2013 15:02:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36355 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751717Ab3HZTCn (ORCPT ); Mon, 26 Aug 2013 15:02:43 -0400 Date: Mon, 26 Aug 2013 20:56:22 +0200 From: Oleg Nesterov To: "Eric W. Biederman" Cc: Andrew Morton , Willy Tarreau , Al Viro , Andy Lutomirski , Ingo Molnar , Linux Kernel Mailing List , Linux FS Devel , Brad Spengler , Linus Torvalds Subject: Re: [PATCH] proc: make proc_fd_permission() thread-friendly Message-ID: <20130826185622.GB30917@redhat.com> References: <20130825052317.GZ27005@ZenIV.linux.org.uk> <20130825065039.GB9299@1wt.eu> <20130825194844.GA16717@redhat.com> <20130826153301.GA15890@redhat.com> <20130826163704.GA21763@redhat.com> <20130826175441.GA28856@redhat.com> <87ioyspaju.fsf@xmission.com> <20130826184631.GA30917@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130826184631.GA30917@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/26, Oleg Nesterov wrote: > > And I also assume that you agree with this change ;) At least I hope... Because I think this is another issue. And because with or without a /proc/thread symlink, I believe that people don't expect that /proc/self can restrict a sub-thread, and CLONE_THREAS without CLONE_FILES is exotic. Oleg.