Skip to content
Snippets Groups Projects
Commit 9c563b09 authored by Abubakr-Sadik Nii Nai Davis's avatar Abubakr-Sadik Nii Nai Davis
Browse files

Remove misleading comment about manual checks in node check definition.

parent 29122b82
No related branches found
No related tags found
No related merge requests found
...@@ -285,7 +285,6 @@ groups: ...@@ -285,7 +285,6 @@ groups:
\nFor example, chown root:root $proxyconf" \nFor example, chown root:root $proxyconf"
scored: true scored: true
# TODO: provide flag to WARN about manual checks.
- id: 2.2.7 - id: 2.2.7
text: "Ensure that the certificate authorities file permissions are set to text: "Ensure that the certificate authorities file permissions are set to
644 or more restrictive (Scored)" 644 or more restrictive (Scored)"
...@@ -298,7 +297,6 @@ groups: ...@@ -298,7 +297,6 @@ groups:
\nchmod 644 <filename>" \nchmod 644 <filename>"
scored: true scored: true
# TODO: provide flag to WARN about manual checks.
- id: 2.2.8 - id: 2.2.8
text: "Ensure that the client certificate authorities file ownership is set to root:root" text: "Ensure that the client certificate authorities file ownership is set to root:root"
audit: "if test -e $ca-file; then stat -c %U:%G $ca-file; fi" audit: "if test -e $ca-file; then stat -c %U:%G $ca-file; fi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment