3.4 Enable remote logging for Desktops on trusted networks

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

In addition to local logging, remote logging can be enabled for internal computers on trusted networks. Local logs can be altered if the computer is compromised. Remote logging mitigates the risk of having the logs altered.
NOTE : Nessus has not performed this query, and this check is only provided for informational purposes.

Solution

Perform the following to implement the prescribed state:
1. Run the following command in Terminal:
sudo pico /etc/syslog.conf
2. Add the following line to the top of the file, replacing 'your.log.server' with the name or IP address of the log server, and keeping all other lines intact.
*.* @your.log.server
3. Exit, saving changes.
4. Reboot the system.

See Also

https://benchmarks.cisecurity.org/tools2/osx/CIS_Apple_OSX_10.11_Benchmark_v1.0.0.pdf