From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Logging parameters Date: Tue, 18 Oct 2016 11:15:41 -0400 Message-ID: <5130648.4jH5xl2vBO@x2> References: 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: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Tuesday, October 18, 2016 4:59:58 PM EDT Nil . wrote: > Hi, i would like to know if it is possible to log the parameters that a > command get's passed on, > i.e in the command ' ls -la', the logs only show comm="ls" and i would like > to have the full comm="ls -la". > is it possible anyhow using audit logs? do you know any other way to log > those parameters? These are captured in the PROCTITLE record of the event. If you do not have that record attached to events, then you need a newer or patched kernel. So, you should have it on a recent kernel. -Steve