STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-22501

CAT II (Medium)

Samba must be configured to not allow guest access to shares.

Rule ID

SV-46141r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000366

Discussion

Guest access to shares permits anonymous access and is not permitted.

Check Content

Check the access to shares for Samba.
# grep -i 'guest ok' /etc/samba/smb.conf 
If the setting exists and is set to 'yes', this is a finding.

Fix Text

Edit the "/etc/samba/smb.conf" file and change the "guest ok" setting to "no".