SV-242448r712700_rule
V-242448
SRG-APP-000516-CTR-001325
CNTR-K8-003150
CAT II
10
Change the ownership of the Kube Proxy to root:root by executing the command:
chown root:root <location from kubeconfig>.
Check if Kube-Proxy is running use the following command:
ps -ef | grep kube-proxy
If Kube-Proxy exists:
Review the permissions of the Kubernetes Kube Proxy by using the command:
stat -c %U:%G <location from --kubeconfig>| grep -v root:root
If the command returns any non root:root file permissions, this is a finding.
V-242448
False
CNTR-K8-003150
Check if Kube-Proxy is running use the following command:
ps -ef | grep kube-proxy
If Kube-Proxy exists:
Review the permissions of the Kubernetes Kube Proxy by using the command:
stat -c %U:%G <location from --kubeconfig>| grep -v root:root
If the command returns any non root:root file permissions, this is a finding.
M
5376