From: Dave Jones <davej@redhat.com>
To: netdev@oss.sgi.com
Subject: Re: Incorrect permissions on route flush sysctl
Date: Mon, 25 Apr 2005 12:16:46 -0400 [thread overview]
Message-ID: <20050425161646.GA13778@redhat.com> (raw)
In-Reply-To: <20050425160113.GA22919@redhat.com>
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>
--- linux-2.6.11/net/ipv6/route.c~ 2005-04-25 12:16:02.000000000 -0400
+++ linux-2.6.11/net/ipv6/route.c 2005-04-25 12:16:08.000000000 -0400
@@ -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
},
{
next prev parent reply other threads:[~2005-04-25 16:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-25 16:01 Incorrect permissions on route flush sysctl Dave Jones
2005-04-25 16:16 ` Dave Jones [this message]
2005-04-28 19:11 ` David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050425161646.GA13778@redhat.com \
--to=davej@redhat.com \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.