Skip to content
Snippets Groups Projects
Unverified Commit 3488c834 authored by Sathi Dyapa's avatar Sathi Dyapa Committed by GitHub
Browse files

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"
parent 4e43c9a9
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment