Skip to content

Commit

Permalink
Merge pull request #135 from mirwan/node_2.2.6_audit_field
Browse files Browse the repository at this point in the history
Addition of missing audit field in 2.2.6 node item
  • Loading branch information
lizrice authored Jun 7, 2018
2 parents b502d09 + 182e9b5 commit 3408e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfg/1.8/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ groups:

- id: 2.2.6
text: "Ensure that the proxy kubeconfig file ownership is set to root:root (Scored)"
audit: "/bin/sh -c 'if test -e $proxyconf; then stat -c %U:%G $proxyconf; fi'"
tests:
test_items:
- flag: "root:root"
Expand Down

0 comments on commit 3408e0f

Please sign in to comment.