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

CAT II (Medium)

The xinetd.conf file, and the xinetd.d directory must be owned by root or bin.

Rule ID

SV-240425r671016_rule

STIG

VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-000382

Discussion

Failure to give ownership of sensitive files or utilities to root provides the designated owner and unauthorized users with the potential to access sensitive information or change the system configuration, which could weaken the system's security posture.

Check Content

Check the owner of the "xinetd" configuration files:

# ls -lL /etc/xinetd.conf 
# ls -laL /etc/xinetd.d

This is a finding if any of the above files or directories are not owned by "root" or "bin".

Fix Text

Change the owner of the "xinetd" configuration files:

# chown root /etc/xinetd.conf /etc/xinetd.d/*