Rule ID
SV-46132r1_rule
Version
V1R12
CCIs
If the group owner of the "smb.conf" file is not root or a system group, the file may be maliciously modified and the Samba configuration could be compromised.
Check the group ownership of the "smb.conf" file. Procedure: # ls -lL /etc/samba/smb.conf If the "smb.conf" file is not group-owned by root, bin, sys, or system, this is a finding.
Change the group owner of the smb.conf file. Procedure: # chgrp root smb.conf