Skip to content

Verify Group Who Owns The Kubelet Configuration File

An XCCDF Rule

Description

To properly set the group owner of /etc/kubernetes/kubelet.conf, run the command:

$ sudo chgrp root /etc/kubernetes/kubelet.conf

Rationale

The kubelet configuration file contains information about the configuration of the OpenShift node that is configured on the system. Protection of this file is critical for OpenShift security.

ID
xccdf_org.ssgproject.content_rule_file_groupowner_kubelet_conf
Severity
Medium
References
Updated