Hi Steve,
I am not a C programmer. Could you be so kind to give me a little more
details about this ?
Thanks,
--
Cosmih
On Tue, May 25, 2010 at 6:14 PM, Steve Grubb <sgrubb(a)redhat.com> wrote:
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