提交 81a1d3c3 编写于 作者: C Cyrill Gorcunov 提交者: Patrick McHardy

net: sysctl_net - use net_eq to compare nets

Signed-off-by: NCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: NDaniel Lezcano <daniel.lezcano@free.fr>
Signed-off-by: NPatrick McHardy <kaber@trash.net>
上级 acc738fe
...@@ -61,7 +61,7 @@ static struct ctl_table_root net_sysctl_root = { ...@@ -61,7 +61,7 @@ static struct ctl_table_root net_sysctl_root = {
static int net_ctl_ro_header_perms(struct ctl_table_root *root, static int net_ctl_ro_header_perms(struct ctl_table_root *root,
struct nsproxy *namespaces, struct ctl_table *table) struct nsproxy *namespaces, struct ctl_table *table)
{ {
if (namespaces->net_ns == &init_net) if (net_eq(namespaces->net_ns, &init_net))
return table->mode; return table->mode;
else else
return table->mode & ~0222; return table->mode & ~0222;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册