Check: GEN006150
HP-UX 11.23 STIG:
GEN006150
(in version v1 r8)
Title
The /etc/smb.conf file must not have an extended ACL. (Cat II impact)
Discussion
Excessive permissions could endanger the security of the Samba configuration file and, ultimately, the system and network.
Check Content
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
Remove the optional ACL from the file. # chacl -z <path>/smb.conf
Additional Identifiers
Rule ID: SV-35223r1_rule
Vulnerability ID: V-22497
Group Title: GEN006150
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-000225 |
Employ the principle of least privilege, allowing only authorized accesses for users (or processes acting on behalf of users) which are necessary to accomplish assigned organizational tasks. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
AC-6 |
Least Privilege |