Skip to content
Snippets Groups Projects
Commit 4a07f87e authored by Huang Huang's avatar Huang Huang Committed by Roberto Rojas
Browse files

Fix remediations about file permission (#534)

* Fix remediation of 2.2.3 in cis-1.3

* Fix remediation of 4.1.1 in cis-1.5
parent 6e1c3923
No related branches found
No related tags found
No related merge requests found
......@@ -423,7 +423,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
......
......@@ -32,7 +32,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: 4.1.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment