From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Evans Subject: Re: Why aren't SYSCALLS being logged in CentOS kernel (any ideas?) Date: Fri, 31 Aug 2007 13:35:22 -0400 Message-ID: <46D8515A.2070806@jhuapl.edu> References: <46D83657.1060503@jhuapl.edu> <200708311202.44410.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200708311202.44410.sgrubb@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Steve Grubb Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com Hmmm....tried auditctl -l and just got No rules Not sure what that means. Since I have /etc/audit.rules in place, does that indicate the syscall auditing part of the kernel is compiled in. If it isn't what do I need to do to compile it in? Bob Steve Grubb wrote: > On Friday 31 August 2007 11:40:07 Robert Evans wrote: > > I'm using CentOS, kernel 2.6.18-8.el5. I've compiled audit-1.5.6-1 > and I'm > > getting USER_AUTH events (logins, su, etc...) but I'm not seeing any > > syscall events. > > > > Any ideas? > > Offhand, the rules look Ok. If you can list them back out "auditctl -l" that > means that the syscall auditing part of the kernel is compiled in and > partially working. Other than that, I have no idea - I don't use their > kernel. > > -Steve >