From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Paris Subject: Re: [PATCH 1/2] security/smack implement logging V3 Date: Mon, 13 Apr 2009 14:55:13 -0400 Message-ID: <1239648913.4320.6.camel@localhost.localdomain> References: <49DCEF6C.80600@numericable.fr> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49DCEF6C.80600@numericable.fr> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Etienne Basset Cc: LSM , linux-audit@redhat.com List-Id: linux-audit@redhat.com On Wed, 2009-04-08 at 20:39 +0200, Etienne Basset wrote: > This patch creates auditing functions usable by LSM to audit security > events. It provides standard dumping of FS, NET, task etc ... events > (code borrowed from SELinux) > and provides 2 callbacks to define LSM specific auditing, which should be > flexible enough to convert SELinux too. > > Signed-off-by: Etienne Basset Acked-by: Eric Paris Not worth doing another round, but if you do: common_audit_data->function is (I think) SMACK specific, and probably should live in the smack private union.