Commit 154ced6f authored by Nivedita Singhvi's avatar Nivedita Singhvi Committed by David S. Miller

[AF_UNIX]: Fix max_dgram_qlen procfs permissions.

parent 8bbb2b41
......@@ -20,7 +20,7 @@ ctl_table unix_table[] = {
.procname = "max_dgram_qlen",
.data = &sysctl_unix_max_dgram_qlen,
.maxlen = sizeof(int),
.mode = 0600,
.mode = 0644,
.proc_handler = &proc_dointvec
},
{ .ctl_name = 0 }
......
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