From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: auditd 2.0.5 and 2.2 log format changes Date: Tue, 20 May 2014 14:38:05 -0400 Message-ID: <20140520143805.0e732256@ivy-bridge> References: <20140520113138.5e08d5e2@ivy-bridge> <1400605344.20791.4.camel@flatline.rdu.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Ismail Yenigul Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Tue, 20 May 2014 21:23:59 +0300 Ismail Yenigul wrote: > By the way, do you have a plan to use Solaris bsm style output. All > info stored in a single line in bsm output. The simple answer, no. The deisgn of the linux audit system is different than the Solaris audit system. The multiple lines comes from different parts of the kernel contributing what it knows about the syscall once its been determined to be an event of interest. > This is more human friendly output. There are some plans to make the out easier to understand. Its just that there are other problems that need fixing before work can start on that. -Steve