]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[IPV6]: Incorrect permissions on route flush sysctl
authorDave Jones <davej@redhat.com>
Thu, 28 Apr 2005 19:11:49 +0000 (12:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2005 19:11:49 +0000 (12:11 -0700)
On Mon, Apr 25, 2005 at 12:01:13PM -0400, Dave Jones wrote:
 > This has been brought up before.. http://lkml.org/lkml/2000/1/21/116
 > but didnt seem to get resolved.  This morning I got someone
 > file a bugzilla about it breaking sysctl(8).

And here's its ipv6 counterpart.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c

index 183802902c023eb0fed16e3623097edf17211dd4..3bf8a0254f81b64aa4a5429ad7b725699d810b15 100644 (file)
@@ -2005,7 +2005,7 @@ ctl_table ipv6_route_table[] = {
                .procname       =       "flush",
                .data           =       &flush_delay,
                .maxlen         =       sizeof(int),
-               .mode           =       0644,
+               .mode           =       0200,
                .proc_handler   =       &ipv6_sysctl_rtcache_flush
        },
        {