From a85e5a77592a77c172339a67ce4e0f9e1f0bb3f3 Mon Sep 17 00:00:00 2001
From: yoavrotems <yoavrotems97@gmail.com>
Date: Mon, 25 Mar 2019 14:33:52 +0200
Subject: [PATCH] Update master.yaml

Fix title of 1.4.21 from 644 to 600 according to cis benchmark
---
 cfg/1.13/master.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/1.13/master.yaml b/cfg/1.13/master.yaml
index 9518b35..fff2a72 100644
--- a/cfg/1.13/master.yaml
+++ b/cfg/1.13/master.yaml
@@ -1213,7 +1213,7 @@ groups:
     scored: true
     
   - id: 1.4.21
-    text: "Ensure that the Kubernetes PKI certificate file permissions are set to 644 or more restrictive (Scored)"
+    text: "Ensure that the Kubernetes PKI certificate file permissions are set to 600 or more restrictive (Scored)"
     audit: "stat -c %n\ %a /etc/kubernetes/pki/*.key"
     type: "manual"
     tests:
-- 
GitLab