Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933512Ab0FCBmZ (ORCPT ); Wed, 2 Jun 2010 21:42:25 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:56180 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932756Ab0FCBmX convert rfc822-to-8bit (ORCPT ); Wed, 2 Jun 2010 21:42:23 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UccxfDnFmNSlU1pfbQh/pPuveEn6IJJbJ2OFoYpvCr2zEYzAOqSUp4c6fr40d63IiE cZ8uTqHcorg9WdZIWikxdRnamcRc2s+HTMVsxwn/sGfxsguSG67gJ6kbDS/KEHyc+Hod mHKOK8m5s6TYa2CawF+xxeKOZgTPjBJ1Ajgig= MIME-Version: 1.0 In-Reply-To: <20100603011840.GA4971@outflux.net> References: <20100602222302.GC6554@outflux.net> <20100603011840.GA4971@outflux.net> Date: Thu, 3 Jun 2010 09:42:21 +0800 Message-ID: Subject: Re: [PATCH v4] fs: allow protected cross-uid sticky symlinks From: Dave Young To: Kees Cook Cc: Al Viro , Eric Paris , Christoph Hellwig , James Morris , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org, Randy Dunlap , Andrew Morton , Jiri Kosina , Martin Schwidefsky , David Howells , Ingo Molnar , Peter Zijlstra , "Eric W. Biederman" , Tim Gardner , "Serge E. Hallyn" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 938 Lines: 38 On Thu, Jun 3, 2010 at 9:18 AM, Kees Cook wrote: > Hi, > > On Thu, Jun 03, 2010 at 08:51:28AM +0800, Dave Young wrote: >> On Thu, Jun 3, 2010 at 6:23 AM, Kees Cook wrote: >> > v2: >> >  - moved sysctl extern into security.h. >> >> Not in v4? >> >> > v3: >> >  - move into VFS core. >> >  - rename sysctl, invert logic. > > Right, as part of the "move out of security/" the sysctl moved to live in > fs/namei.c (and therefore needed an extern in kernel/sysctl.c). Then linux/fs.h is the place to go sysctl_nr_open_min and sysctl_nr_open_max can go there as well. > > -Kees > > -- > Kees Cook > Ubuntu Security Team > -- Regards dave -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/