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 VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide

V-239506

CAT II (Medium)

The SLES for the vRealize boot loader configuration file(s) must have mode 0600 or less permissive.

Rule ID

SV-239506r661969_rule

STIG

VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-000213

Discussion

File permissions more permissive than 0600 on boot loader configuration files could allow an unauthorized user to view or modify sensitive information pertaining to system boot instructions.

Check Content

Check the /boot/grub/menu.lst file:

# stat /boot/grub/menu.lst

If "/boot/grub/menu.lst" has a mode more permissive than "0600", this is a finding.

Fix Text

Change the mode of the "/boot/grub/menu.lst" file to "0600":

# chmod 0600 /boot/grub/menu.lst