Claus Reheis wrote:
> and /etc/rc.d/init.d/tomoyo-auditd contains:
> 
> #!/bin/sh
> 
> ### BEGIN INIT INFO
> # Provides: ccs-auditd
> # Default-Start: 2 3 4 5
> # Short-Description: TOMOYO Linux MAC logging daemon
> # Description: ccs-auditd is a logging daemon for TomoyoLinux MAC
> related messages.
> ### END INIT INFO
> 
> # Source function library.
> . /etc/init.d/functions
> 

OK. You are using /etc/rc.d/init.d/tomoyo-auditd but
the command line syntax is not for tomoyo-auditd in TOMOYO 2.5.

> OPTIONS="/dev/null /var/log/tomoyo/reject_log.conf"

Please change this line to
OPTIONS=""

_______________________________________________
tomoyo-users-en mailing list
[email protected]
http://lists.sourceforge.jp/mailman/listinfo/tomoyo-users-en

Reply via email to