lkml.org 
[lkml]   [2006]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC] [PATCH] Improve the remove sysctl warnings.
On Thu, 19 Oct 2006, Alexey Dobriyan wrote:

> On Thu, Oct 19, 2006 at 12:25:20PM -0400, Cal Peake wrote:
> > On Wed, 18 Oct 2006, Eric W. Biederman wrote:
> >
> > > if (msg_count < 5) {
> > > msg_count++;
> > > printk(KERN_INFO
> > > "warning: process `%s' used the removed sysctl "
> > > - "system call\n", current->comm);
> > > + "system call with ", current->comm);
> > > + for (i = 0; i < tmp.nlen; i++)
> > > + printk("%d.", name[i]);
> > > + printk("\n");
> > > }
> >
> > We should prolly kill the counter now.
>
> sysctl(2) callable by everyone including local lusers willing to fill logs.

Users don't even need to write a program to do this, see logger(1). If we
keep the counter then after 5 calls we lose potential debugging info.

- C.

--
"There is nothing wrong with your television set. Do not attempt
to adjust the picture. We are controlling transmission."
-- The Outer Limits

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-10-19 21:59    [W:0.137 / U:1.468 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site