UCF STIG Viewer Logo

The /etc/syslog.conf file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227886 GEN005395 SV-227886r603266_rule Medium
Description
Unauthorized users must not be allowed to access or modify the /etc/syslog.conf file.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-30048r490054_chk )
Check the permissions of the syslog configuration file.
# ls -lL /etc/syslog.conf
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-30036r490055_fix)
Remove the extended ACL from the file.
# chmod A- /etc/syslog.conf