Verify User Who Owns The Kubelet Configuration File
An XCCDF Rule
Description
To properly set the owner of /etc/kubernetes/kubelet.conf
, run the command:
$ sudo chown 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_owner_kubelet_conf
- Severity
- Medium
- References
- Updated