UCF STIG Viewer Logo

The /usr/lib/smb.conf file must be owned by root.


Overview

Finding ID Version Rule ID IA Controls Severity
V-1027 GEN006100 SV-40724r1_rule ECLP-1 Medium
Description
The /usr/lib/smb.conf file allows access to other machines on the network and grants permissions to certain users. If it is owned by another user, the file may be maliciously modified and the Samba configuration could be compromised.
STIG Date
AIX 5.3 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2014-10-03

Details

Check Text ( C-39455r1_chk )
Check the ownership of the /usr/lib/smb.conf file.

Procedure:
# ls -l /usr/lib/smb.conf

If an smb.conf file is not owned by root, this is a finding.
Fix Text (F-34583r1_fix)
Change the ownership of the smb.conf file.

Procedure:
# chown root /usr/lib/smb.conf