netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.5.68] sysctl max_dgram_qlen permissions
@ 2003-05-02 22:41 Nivedita Singhvi
  2003-05-03  7:28 ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Nivedita Singhvi @ 2003-05-02 22:41 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Currently the sysctl var net.unix.max_dgram_qlen has 
0600 permissions..Need users to be able to read it..
Dont see any reason not to(?).

thanks,
Nivedita

--- sysctl_net_unix.c	Sat Apr 19 19:49:10 2003
+++ sysctl_net_unix.c.new	Fri May  2 13:48:11 2003
@@ -20,7 +20,7 @@
 		.procname	= "max_dgram_qlen",
 		.data		= &sysctl_unix_max_dgram_qlen,
 		.maxlen		= sizeof(int),
-		.mode		= 0600,
+		.mode		= 0644,
 		.proc_handler	= &proc_dointvec
 	},
 	{ .ctl_name = 0 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-03 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-02 22:41 [PATCH 2.5.68] sysctl max_dgram_qlen permissions Nivedita Singhvi
2003-05-03  7:28 ` David S. Miller
2003-05-03 17:00   ` Nivedita Singhvi

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).