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

CIS Hardening Policy to add noexec for /tmp #1049

Open
daemon1024 opened this issue Dec 12, 2023 · 1 comment
Open

CIS Hardening Policy to add noexec for /tmp #1049

daemon1024 opened this issue Dec 12, 2023 · 1 comment

Comments

@daemon1024
Copy link
Member

Ref https://www.tenable.com/audits/items/CIS_Fedora_19_Family_Linux_Server_L1_v1.0.0.audit:cb3137da1a61c8c0f01d86957ea67ada
Please find relevant official source for this CIS rule.

We can secure against this using the following KubeArmor rule.

  process:
    matchDirectories:
    - dir: /tmp/
      recursive: true
      action: Block
@JayJersan
Copy link
Contributor

Identified the control ID for the rule and created a policy #1050

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

No branches or pull requests

2 participants