From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: auditd syslog builtin plugin Date: Tue, 25 May 2010 11:14:06 -0400 Message-ID: <201005251114.06438.sgrubb@redhat.com> 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 25 May 2010 10:10:29 am cosmih wrote: > The problem is that the compile and the start process don't give any > errors when I am using the below customization but the syslog daemon > receive the messages from the audisp with the default facility > (LOG_USER). So I need a littel help here. You probably need a call to openlog(3) right after figuring out the logging options. -Steve