SV-242444r712688_rule
V-242444
SRG-APP-000516-CTR-001325
CNTR-K8-003110
CAT II
10
Change the ownership of the manifest files to root: root by executing the command:
chown root:root /etc/kubernetes/manifests/*
Review the ownership of the Kubernetes manifests files by using the command:
stat -c %U:%G /etc/kubernetes/manifests/* | grep -v root:root
If the command returns any non root:root file permissions, this is a finding.
V-242444
False
CNTR-K8-003110
Review the ownership of the Kubernetes manifests files by using the command:
stat -c %U:%G /etc/kubernetes/manifests/* | grep -v root:root
If the command returns any non root:root file permissions, this is a finding.
M
5376