- OS: Ubuntu
- Architecture: x86
- Cluster: RKE2
ubuntu@master-node-01 19:46:43:~/runtime-enforcer/charts/runtime-enforcer$ kubectl get wp deploy-ubuntu-deployment -o yaml
apiVersion: security.rancher.io/v1alpha1
kind: WorkloadPolicy
metadata:
creationTimestamp: "2026-07-17T19:35:38Z"
generation: 4
labels:
security.rancher.io/promoted-from: deploy-ubuntu-deployment
name: deploy-ubuntu-deployment
namespace: default
resourceVersion: "42344050"
uid: 5badcd72-ebb5-4367-b023-dc895c02b885
spec:
mode: protect
rulesByContainer:
ubuntu:
executables:
allowed:
- /usr/bin/bash
- /usr/lib/cargo/bin/coreutils/sleep
- /usr/lib/cargo/bin/coreutils/ls
ubutu-2:
executables:
allowed:
- /usr/bin/bash
- /usr/lib/cargo/bin/coreutils/sleep
- /usr/lib/cargo/bin/coreutils/dir
status:
activeViolationCount: 5
observedGeneration: 4
phase: Ready
successfulNodes: 3
totalNodes: 3
violationCount: 9
violations:
- action: monitor
containerName: ubuntu
executablePath: /usr/lib/cargo/bin/coreutils/dircolors
id: 2
nodeName: susesecurity-worker-02
podName: ubuntu-deployment-c46d6c6fb-jdhvr
timestamp: "2026-07-17T19:46:20Z"
workloadKind: Deployment
workloadName: ubuntu-deployment
- action: monitor
containerName: ubuntu
executablePath: /runc
id: 3
nodeName: susesecurity-worker-02
podName: ubuntu-deployment-c46d6c6fb-jdhvr
timestamp: "2026-07-17T19:46:20Z"
workloadKind: Deployment
workloadName: ubuntu-deployment
- action: protect
containerName: ubuntu
executablePath: /usr/lib/cargo/bin/coreutils/cat
id: 6
nodeName: susesecurity-worker-02
podName: ubuntu-deployment-c46d6c6fb-jdhvr
timestamp: "2026-07-17T19:45:23Z"
workloadKind: Deployment
workloadName: ubuntu-deployment
- action: monitor
containerName: ubutu-2
executablePath: /usr/lib/cargo/bin/coreutils/dircolors
id: 0
nodeName: susesecurity-worker-02
podName: ubuntu-deployment-c46d6c6fb-jdhvr
timestamp: "2026-07-17T19:36:55Z"
workloadKind: Deployment
workloadName: ubuntu-deployment
- action: monitor
containerName: ubutu-2
executablePath: /runc
id: 1
nodeName: susesecurity-worker-02
podName: ubuntu-deployment-c46d6c6fb-jdhvr
timestamp: "2026-07-17T19:36:55Z"
workloadKind: Deployment
workloadName: ubuntu-deployment
NAME MODE STATUS ACTIVE VIOLATIONS TOTAL VIOLATIONS
deploy-ubuntu-deployment protect Ready 5 9
Is there an existing issue for this?
Environment
Issue Description