public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
* Audit filtering by parent process path
@ 2019-01-08  5:09 Simon Außerlechner
  2019-01-08 18:30 ` Steve Grubb
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Außerlechner @ 2019-01-08  5:09 UTC (permalink / raw)
  To: linux-audit

Hi,

Using the Linux kernel audit system I audit program executions with the
following audit rule.

-w /usr/sbin/my-program -p x -k my-program-audit-class

In order to keep the audit log clean I want to suppress executions of
my-program if done by a defined set of applications given their path.
Since the PPID is available in the audit log entry (type=SYSCALL), there
might be some means to filter out by parent program path at the time the
audit log is generated, however, I cannot find a solution, also not by
looking at audit_filter_rules(). Introducing helper scripts to clean up
audit.log by filtering out later on as well as distinguishing by
user/group, security context are not my preferred options.

Thank you,
Simon

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

end of thread, other threads:[~2019-01-08 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-08  5:09 Audit filtering by parent process path Simon Außerlechner
2019-01-08 18:30 ` Steve Grubb

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