diff --git a/cfg/1.8/node.yaml b/cfg/1.8/node.yaml
index 7d433566caecfabf4de41045fc52c05403e33e01..bfaf6f9877c0c0eead5e9ebd59ec94d1304f4a9d 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: