Skip to content

Commit 0a2abfd

Browse files
committed
added cis linux 1.1.5
1 parent 7dc11dc commit 0a2abfd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# KubeArmor is an open source software that enables you to protect your cloud workload at run-time.
2+
# To learn more about KubeArmor visit:
3+
# https://www.accuknox.com/kubearmor/
4+
5+
apiVersion: security.kubearmor.com/v1
6+
kind: KubeArmorHostPolicy
7+
metadata:
8+
name: hsp-block-cis-linux-1-1-5
9+
spec:
10+
severity: 5
11+
tags: ["CIS", "Linux", "Distro-Independent-Linux", "Block", "CIS-1.1.5"]
12+
message: "Alert! binary execution attempted inside /tmp"
13+
process:
14+
matchDirectories:
15+
- dir: /tmp/
16+
recursive: true
17+
action: Block

0 commit comments

Comments
 (0)