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 Automation 7.x SLES Security Technical Implementation Guide

V-240492

CAT II (Medium)

The shared library files must have restrictive permissions.

Rule ID

SV-240492r671217_rule

STIG

VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-001499

Discussion

If the operating system were to allow any user to make changes to software libraries, then those changes might be implemented without undergoing the appropriate testing and approvals that are part of a robust change management process. This requirement applies to operating systems with software libraries that are accessible and configurable, as in the case of interpreted languages. Software libraries also include privileged programs that execute with escalated privileges. Only qualified and authorized individuals must be allowed to obtain access to information system components for purposes of initiating changes, including upgrades and modifications.

Check Content

Verify that that system wide shared library files are not group-writable or world writable with the following command:

ls -l /lib /lib64 /usr/lib /usr/lib64 /lib/modules

If any library files are group-writable or world writable, this is a finding.

Fix Text

For any shared library file that was a finding:

sudo chmod go-w <filename>