SV-242466r712754_rule
V-242466
SRG-APP-000516-CTR-001335
CNTR-K8-003330
CAT II
10
Change the ownership of the cert files to "644" by executing the command:
chmod -R 644 /etc/kubernetes/pki/*.crt
Review the permissions of the Kubernetes PKI cert files by using the command:
find /etc/kubernetes/pki -name "*.crt" | xargs stat -c '%n %a'
If any of the files are have permissions more permissive than "644", this is a finding.
V-242466
False
CNTR-K8-003330
Review the permissions of the Kubernetes PKI cert files by using the command:
find /etc/kubernetes/pki -name "*.crt" | xargs stat -c '%n %a'
If any of the files are have permissions more permissive than "644", this is a finding.
M
5376