UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-22497 GEN006150 SV-35223r1_rule ECLP-1 Medium
Description
Excessive permissions could endanger the security of the Samba configuration file and, ultimately, the system and network.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-35067r1_chk )
Check the group ownership of the Samba configuration file.
# find / -type f -name smb.conf | xargs -n1 ls -lL

If the permissions include a '+', the file has an extended ACL, this is a finding.
Fix Text (F-30354r1_fix)
Remove the optional ACL from the file.
# chacl -z /smb.conf