From 7015f4b4b55140e0991e56f76a762a7211ea9159 Mon Sep 17 00:00:00 2001
From: Huang Huang <mozillazg101@gmail.com>
Date: Wed, 4 Dec 2019 23:06:50 +0800
Subject: [PATCH] Fix remediation of 2.2.3 (#527)

---
 cfg/cis-1.4/node.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/cis-1.4/node.yaml b/cfg/cis-1.4/node.yaml
index af3842d..7ef93b3 100644
--- a/cfg/cis-1.4/node.yaml
+++ b/cfg/cis-1.4/node.yaml
@@ -406,7 +406,7 @@ groups:
     remediation: |
       Run the below command (based on the file location on your system) on the each worker
       node. For example,
-      chmod 755 $kubeletsvc
+      chmod 644 $kubeletsvc
     scored: true
 
   - id: 2.2.4
-- 
GitLab