1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-10-09 17:39:17 +00:00
kube-bench/cfg/rh-0.7
Sathi Dyapa 3488c8343d
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"
2020-09-02 15:29:57 +01:00
..
config.yaml Support Linting YAML as part of Travis CI build (#554) 2020-01-06 09:18:25 +00:00
master.yaml Updating section id 4.6 (#689) 2020-09-02 15:29:57 +01:00
node.yaml Add option to do bitmask (#565) 2020-03-16 12:25:46 +00:00