From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754060Ab0E1Skg (ORCPT ); Fri, 28 May 2010 14:40:36 -0400 Received: from smtp.outflux.net ([198.145.64.163]:45330 "EHLO smtp.outflux.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753955Ab0E1Sk3 (ORCPT ); Fri, 28 May 2010 14:40:29 -0400 Date: Fri, 28 May 2010 11:39:52 -0700 From: Kees Cook To: Dave Young Cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-doc@vger.kernel.org, Randy Dunlap , Andrew Morton , Jiri Kosina , Martin Schwidefsky , James Morris , Eric Paris , Serge Hallyn , David Howells , Ingo Molnar , Peter Zijlstra , "Eric W. Biederman" , Tim Gardner Subject: Re: [PATCH] fs: block cross-uid sticky symlinks Message-ID: <20100528183952.GK6056@outflux.net> References: <20100527201635.GU6056@outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Canonical X-HELO: www.outflux.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Fri, May 28, 2010 at 02:10:37PM +0800, Dave Young wrote: > > --- a/kernel/sysctl.c > > +++ b/kernel/sysctl.c > > @@ -88,6 +88,7 @@ extern int sysctl_oom_dump_tasks; > >  extern int max_threads; > >  extern int core_uses_pid; > >  extern int suid_dumpable; > > +extern int weak_sticky_symlinks; > > It will be better to put in security.h Noted; I will move it there. Thanks, -Kees -- Kees Cook Ubuntu Security Team