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-825

CAT III (Low)

Global initialization files must contain the mesg -n or mesg n commands.

Rule ID

SV-45106r1_rule

STIG

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

Version

V1R12

CCIs

CCI-000366

Discussion

If the "mesg -n" or "mesg n" command is not placed into the system profile, messaging can be used to cause a Denial of Service attack.

Check Content

Check global initialization files for the presence of "mesg -n" or "mesg n".

Procedure:
# grep "mesg" /etc/bash.bashrc /etc/csh.cshrc /etc/csh.login /etc/environment /etc/ksh.kshrc /etc/profile /etc/profile.d/* /etc/zshrc

If no global initialization files contain "mesg -n" or "mesg n", this is a finding.

Fix Text

Edit /etc/profile or another global initialization script, and add the "mesg -n" command.