On Wednesday, January 19, 2011 09:01:55 am PJB wrote:
On Sun, Jan 16, 2011 at 10:00:11AM -0500, Steve Grubb
[sgrubb(a)redhat.com] wrote:
> > > > Can someone point me to documentation/examples or help me out with
> > > > the proper syntax for setting up rules that will exclude the
> > > > background processes? We are using auditd 1.7.4 now and the
'auid'
> > > > filter above no longer does the job.
I note that you say you are using 1.7.4. I tried to replicate the problem on a 686 VM.
I got different results from you.
#auditctl -a always,exit -S open -F success=0 -F auid!=4294967295
# auditctl -l
LIST_RULES: exit,always success=0 auid!=-1 (0xffffffff) syscall=open
So, then I started bisecting the code until found this commit:
https://fedorahosted.org/audit/changeset/268
So, you would need audit version 1.7.13 or later. Please try again with a newer audit
package. Sorry for speaking too soon.
-Steve