From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Why aren't SYSCALLS being logged in CentOS kernel (any ideas?) Date: Fri, 31 Aug 2007 13:40:24 -0400 Message-ID: <200708311340.25209.sgrubb@redhat.com> References: <46D83657.1060503@jhuapl.edu> <200708311202.44410.sgrubb@redhat.com> <46D8515A.2070806@jhuapl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <46D8515A.2070806@jhuapl.edu> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Robert Evans Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Friday 31 August 2007 13:35:22 Robert Evans wrote: > Hmmm....tried auditctl -l and just got > > =A0 =A0No rules OK, that's a start. > Since I have /etc/audit.rules in place, does that indicate the syscall > auditing part of the kernel is compiled in. Well, that file is for user space. But on RHEL5, that file's location has= =20 changed. So maybe that is your problem? It should be: /etc/audit/audit.rules But, you can load the rules where they are by hand: auditctl -R /etc/audit.rules=20 to make sure its working. See if that doesn't fix your problem. -Steve