UCF STIG Viewer Logo

The /etc/syslog.conf file must have mode 0640 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22453 GEN005390 SV-38376r1_rule ECLP-1 Medium
Description
Unauthorized users must not be allowed to access or modify the /etc/syslog.conf file.
STIG Date
HP-UX 11.23 Security Technical Implementation Guide 2015-12-02

Details

Check Text ( C-36619r1_chk )
Check the permissions of the syslog configuration file.
# ls -lL /etc/syslog.conf

If the mode of the file is more permissive than 0640, this is a finding.
Fix Text (F-31985r1_fix)
Change the permissions of the syslog configuration file.
# chmod 0640 /etc/syslog.conf