From db096c9f51e1a167d7e15c57ef530f56fc423044 Mon Sep 17 00:00:00 2001 From: Julien Garcia Gonzalez Date: Fri, 15 Jun 2018 15:49:55 +0200 Subject: [PATCH] Rule node 2.2.4 is not correct --- cfg/1.8/node.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cfg/1.8/node.yaml b/cfg/1.8/node.yaml index 7d43356..bfaf6f9 100644 --- a/cfg/1.8/node.yaml +++ b/cfg/1.8/node.yaml @@ -368,8 +368,7 @@ groups: scored: true - id: 2.2.4 - text: "Ensure that the kubelet service file permissions are set to 644 or - more restrictive (Scored)" + text: "Ensure that the kubelet.conf file ownership is set to root:root (Scored)" audit: "/bin/sh -c 'if test -e $kubeletconf; then stat -c %U:%G $kubeletconf; fi'" tests: test_items: