Skip to content

Commit

Permalink
added cis linux 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJersan committed Jan 3, 2024
1 parent 7dc11dc commit 0a2abfd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cis/system/hsp-block-cis-linux-1-1-5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# KubeArmor is an open source software that enables you to protect your cloud workload at run-time.
# To learn more about KubeArmor visit:
# https://www.accuknox.com/kubearmor/

apiVersion: security.kubearmor.com/v1
kind: KubeArmorHostPolicy
metadata:
name: hsp-block-cis-linux-1-1-5
spec:
severity: 5
tags: ["CIS", "Linux", "Distro-Independent-Linux", "Block", "CIS-1.1.5"]
message: "Alert! binary execution attempted inside /tmp"
process:
matchDirectories:
- dir: /tmp/
recursive: true
action: Block

0 comments on commit 0a2abfd

Please sign in to comment.