Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating section id 4.6 #689

Merged
merged 1 commit into from
Sep 2, 2020
Merged

Updating section id 4.6 #689

merged 1 commit into from
Sep 2, 2020

Conversation

dyapas
Copy link
Contributor

@dyapas dyapas commented Sep 2, 2020

  - 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"

      - 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"
@codecov
Copy link

codecov bot commented Sep 2, 2020

Codecov Report

Merging #689 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #689   +/-   ##
=======================================
  Coverage   64.74%   64.74%           
=======================================
  Files          12       12           
  Lines        1160     1160           
=======================================
  Hits          751      751           
  Misses        371      371           
  Partials       38       38           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 33f6773...c4ab53e. Read the comment docs.

Copy link
Contributor

@lizrice lizrice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thank you!

@lizrice lizrice merged commit 3488c83 into aquasecurity:master Sep 2, 2020
caruccio pushed a commit to getupcloud/kube-bench that referenced this pull request Feb 19, 2021
- 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants