From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] delete redundant info from result of 'auditctl -l' Date: Fri, 29 Aug 2008 10:52:18 -0400 Message-ID: <200808291052.18720.sgrubb@redhat.com> References: <48B7B993.7000700@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <48B7B993.7000700@cn.fujitsu.com> 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: Yu Zhiguo Cc: audit-list List-Id: linux-audit@redhat.com On Friday 29 August 2008 04:55:47 Yu Zhiguo wrote: > The field of 'syscall=3Dall' is redundant for fielter 'exclude', > so it should be deleted, e.g. > =C2=A0 # auditctl -l > =C2=A0 LIST_RULES: exclude,always syscall=3Dall > > should be: > =C2=A0 LIST_RULES: exclude,always Applied. Thanks for the patch ! -Steve