diff --git a/[refs] b/[refs] index eb91e150d041..36d22b2c9d90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7982d5e1b350acb96aa156916c44c25ef87bb809 +refs/heads/master: d994af0d50efc96b2077978fe9f066992639d525 diff --git a/trunk/net/ipv4/route.c b/trunk/net/ipv4/route.c index e91bafeb32f4..6ee5354c9aa1 100644 --- a/trunk/net/ipv4/route.c +++ b/trunk/net/ipv4/route.c @@ -3121,9 +3121,9 @@ static struct ctl_table empty[1]; static struct ctl_table ipv4_skeleton[] = { { .procname = "route", .ctl_name = NET_IPV4_ROUTE, - .child = ipv4_route_table}, + .mode = 0555, .child = ipv4_route_table}, { .procname = "neigh", .ctl_name = NET_IPV4_NEIGH, - .child = empty}, + .mode = 0555, .child = empty}, { } };