From: Dave Jones <davej@redhat.com>
To: netdev@oss.sgi.com
Subject: Incorrect permissions on route flush sysctl
Date: Mon, 25 Apr 2005 12:01:13 -0400 [thread overview]
Message-ID: <20050425160113.GA22919@redhat.com> (raw)
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).
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6.11/net/ipv4/route.c~ 2005-04-25 11:57:45.000000000 -0400
+++ linux-2.6.11/net/ipv4/route.c 2005-04-25 11:58:09.000000000 -0400
@@ -2843,7 +2843,7 @@ ctl_table ipv4_route_table[] = {
.procname = "flush",
.data = &flush_delay,
.maxlen = sizeof(int),
- .mode = 0644,
+ .mode = 0200,
.proc_handler = &ipv4_sysctl_rtcache_flush,
.strategy = &ipv4_sysctl_rtcache_flush_strategy,
},
next reply other threads:[~2005-04-25 16:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-25 16:01 Dave Jones [this message]
2005-04-25 16:16 ` Incorrect permissions on route flush sysctl Dave Jones
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=20050425160113.GA22919@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).