public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
* Catching process termination on SIGKILL
@ 2015-01-26 23:14 hsultan
  2015-01-27  0:41 ` Steve Grubb
  0 siblings, 1 reply; 5+ messages in thread
From: hsultan @ 2015-01-26 23:14 UTC (permalink / raw)
  To: linux-audit

Hi,

So I'm curious, auditd catches abnormal process termination (SIGSEGV, 
...) with a 1701 audit message, can catch 'clean' termination by 
monitoring syscall (exit, exitgroup), however I don't see anything to 
catch process termination by a SIGKILL.
if I audit the kill() system call then I see the call to send the 
signal, but I would have expected the system to offer auditing of an 
actual SIGKILL *reception* (because you can pass -1 as target PID to 
sigkill, which kills all processes reachable by the caller and will make 
auditing by syscall very hard to do), am I missing something ? Is there 
a parameter to set somehow that I'm missing ?

Thanks,

Hassan

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 23:14 Catching process termination on SIGKILL hsultan
2015-01-27  0:41 ` Steve Grubb
2015-01-27  1:56   ` hsultan
2015-01-27 12:11     ` Tetsuo Handa
2015-01-27 19:03       ` hsultan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox