mirror of
https://github.com/vee1e/KubeArmor.git
synced 2026-09-01 18:27:29 +00:00
16 lines
378 B
YAML
16 lines
378 B
YAML
apiVersion: security.kubearmor.com/v1
|
|
kind: KubeArmorClusterPolicy
|
|
metadata:
|
|
annotations:
|
|
app.kubearmor.io/source: KubeArmor Operator
|
|
app.kubearmor.io/type: preset
|
|
name: preset-proc-env
|
|
spec:
|
|
presets:
|
|
- action: Block
|
|
name: protectEnv
|
|
message: Alert! a process is trying to access env of another process
|
|
selector:
|
|
matchExpressions:
|
|
severity: 5
|
|
|