[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061020003540.10d367d9.akpm@osdl.org>
Date: Fri, 20 Oct 2006 00:35:40 -0700
From: Andrew Morton <akpm@...l.org>
To: ebiederm@...ssion.com (Eric W. Biederman)
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...l.org>,
Albert Cahalan <acahalan@...il.com>,
Cal Peake <cp@...olutedigital.net>
Subject: Re: [CFT] Grep to find users of sys_sysctl.
On Fri, 20 Oct 2006 01:05:18 -0600
ebiederm@...ssion.com (Eric W. Biederman) wrote:
>
> Anyone who is interested in knowing if they have an application on
> their system that actually uses sys_sysctl please run the following grep.
>
> find / -type f -perm /111 -exec fgrep 'sysctl@@GLIBC' '{}' ';'
>
> The -perm /111 is an optimization to only look at executable files,
> and may be omitted if you are patient.
>
> Currently I don't expect anyone to find a match anywhere except in libpthreads,
> if you find any others please let me know.
>
http://www.google.com/codesearch
there are a few hits...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists