From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Audit rule that applies when auid >= 500 Date: Mon, 6 Aug 2007 18:19:20 -0400 Message-ID: <200708061819.20933.sgrubb@redhat.com> References: <1F73BC0657C6724ABC50790EE83722B5403AFD@exch1aar> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1F73BC0657C6724ABC50790EE83722B5403AFD@exch1aar> 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: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday 06 August 2007 09:48:41 am S=C3=B8ren Olesen wrote: > [root@localhost audit]# auditctl -v > auditctl version 1.3.1 There may have been a bug in that version. I remember a problem where it=20 wasn't upgrading the rule from the old kind to the new kind correctly. (I= t=20 tries to use the old rule style for communicating with the kernel for=20 backward compatibility with old kernels - pre-2.6.16) There is slightly n= ewer=20 RHEL5 audit packages here:=20 http://people.redhat.com/sgrubb/files/lspp/ But the RHEL5.1 package 1.5.5-5 should work fine: # auditctl -a exit,always -S open -F "auid>=3D500" # auditctl -l LIST_RULES: exit,always auid>=3D500 (0x1f4) syscall=3Dopen -Steve