stop/start syslog service through jass (Solaris Security Toolkit)
Dear all,
I hope that on the right forum?
The machine run solaris 10 with "security toolkit (jass)" and I need to start syslogd server for remote logging.
First, I've change the following file : /opt/SUNWjass/Files/etc/syslog.conf and add the new line local5.info /var/gaas_log/gaas_dev.log.
I've disabled the line with (#) disable-syslogd-listen.fin in the following file : /opt/SUNWjass/Drivers/hardening.driver
After that the /etc/syslog.conf was changed and the process are running (why 2)? :
$ ps -ef|grep syslog
root 22809 1 0 Feb 18 ? 0:01 /usr/sbin/syslogd
root 29646 1 0 Feb 18 ? 9:08 /usr/sbin/syslogd
But no one listen/open port 514?
0