Commit c30750d5 authored by Tim Shepard's avatar Tim Shepard Committed by Linus Torvalds

[IPV6]: Fix /proc/sys/net/ipv6/icmp permissions.

parent fb348166
...@@ -31,7 +31,7 @@ ctl_table ipv6_table[] = { ...@@ -31,7 +31,7 @@ ctl_table ipv6_table[] = {
.ctl_name = NET_IPV6_ICMP, .ctl_name = NET_IPV6_ICMP,
.procname = "icmp", .procname = "icmp",
.maxlen = 0, .maxlen = 0,
.mode = 0500, .mode = 0555,
.child = ipv6_icmp_table .child = ipv6_icmp_table
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment