Updating section id 4.6 (#689)

- id: 4.6
        text: "Verify the scheduler pod specification file ownership set by OpenShift"
        audit: "stat -c %u:%g /etc/origin/node/pods/controller.yaml" -- (lower case u and g ) it returns the uID and gID in numeric i.e 0:0 not root:root.
it supposed to be Uppercase: audit: "stat -c %U:%G /etc/origin/node/pods/controller.yaml"
pull/690/head
Sathi Dyapa 4 years ago committed by GitHub
parent 4e43c9a9a2
commit 3488c8343d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -895,7 +895,7 @@ groups:
- id: 4.6
text: "Verify the scheduler pod specification file ownership set by OpenShift"
audit: "stat -c %u:%g /etc/origin/node/pods/controller.yaml"
audit: "stat -c %U:%G /etc/origin/node/pods/controller.yaml"
tests:
test_items:
- flag: "root:root"

Loading…
Cancel
Save