lkml.org 
[lkml]   [2006]   [Oct]   [20]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
From(Eric W. Biederman)
Subject[CFT] Grep to find users of sys_sysctl.
DateFri, 20 Oct 2006 01:05:18 -0600
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.

Eric
-
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-20 07:09    [W:0.319 / U:0.240 seconds]
©2003-2008 Jasper Spaans