From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amy Griffis Subject: [PATCH 0/4] audit obj cleanups Date: Tue, 13 Feb 2007 14:13:08 -0500 Message-ID: <20070213191308.GA7536@fc.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mx2.redhat.com (mx2.redhat.com [10.255.15.25]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1DJHtD3030308 for ; Tue, 13 Feb 2007 14:17:55 -0500 Received: from atlrel6.hp.com (atlrel6.hp.com [156.153.255.205]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l1DJHqmJ016564 for ; Tue, 13 Feb 2007 14:17:52 -0500 Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.11.136.114]) by atlrel6.hp.com (Postfix) with ESMTP id 8D73F35299 for ; Tue, 13 Feb 2007 14:17:47 -0500 (EST) Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30]) by smtp2.fc.hp.com (Postfix) with ESMTP id 6A956170333 for ; Tue, 13 Feb 2007 19:17:47 +0000 (UTC) Received: from localhost (ldl.lart [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id 91A0839C062 for ; Tue, 13 Feb 2007 12:17:46 -0700 (MST) Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31680-03 for ; Tue, 13 Feb 2007 12:17:41 -0700 (MST) 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 A few patches to clean up auditing for syscall objects. - stop logging bogus object labels - handle edge cases for xattr and mqueue calls - try harder to log only 1 PATH record per object These patches are based on audit.b36. Thanks for reviewing. Amy