STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← 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