mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
3488c8343d
- 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" |
||
---|---|---|
.. | ||
config.yaml | ||
master.yaml | ||
node.yaml |