All of lore.kernel.org
 help / color / mirror / Atom feed
* Detecting loading of libraries
@ 2015-01-22  0:01 hsultan
  2015-01-22  1:30 ` hsultan
  2015-01-27  0:48 ` Steve Grubb
  0 siblings, 2 replies; 3+ messages in thread
From: hsultan @ 2015-01-22  0:01 UTC (permalink / raw)
  To: linux-audit

Hi,

I'm wondering if there's a good way of detecting the loading of 
libraries by processes (I am specifically NOT talking about the uselib 
syscall).

strace shows me apps do open(...)/mmap/mprotect
I'm currently intercepting mmap calls, however no additional context 
records are given to provide the name of the library, and the file 
descriptor is the 5th parameter, so I can't get that either to match it 
to an open(...)

Is there a way to do this that I'm missing ?

Thanks,

Hassan

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

end of thread, other threads:[~2015-01-27  0:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22  0:01 Detecting loading of libraries hsultan
2015-01-22  1:30 ` hsultan
2015-01-27  0:48 ` Steve Grubb

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.