JAVA/Sun Exam Questions

Which supported method can be used to configure syslogd like this?

To harden a newly installed Solaris OS, an administrator is required to make sure that syslogd is configured to NOT accept messages from the network. Which supported method can be used to configure syslogd like this?

A.
Run svcadm disable -t svc:/network/system-log.

B.
Edit /etc/default/syslogd to set LOG_FROM_REMOTE=NO.

C.
Edit /etc/rc2.d/S74syslog to start syslogd with the -t option.

D.
Edit /lib/svc/method/system-log to set LOG_FROM_REMOTE=NO.