We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
General Information
k3s v1.30.6+k3s1
uname -a
6.6.63-1-lts
kubectl version
Client Version: v1.30.6+k3s1 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.30.6+k3s1
To Reproduce
/usr/bin/date
if path == "/usr/bin/date" { return "" }
KubeArmor/KubeArmor/monitor/processTree.go
Line 273 in f390269
Line 300 in f390269
kubectl create deployment nginx --image=nginx
apiVersion: security.kubearmor.com/v1 kind: KubeArmorPolicy metadata: name: ksp-nginx-allow-bin-dir-process spec: action: Allow process: matchDirectories: - dir: /bin/ recursive: true selector: matchLabels: app: nginx
karmor logs
/usr/bin/date +%Y-%m-%d %H:%M:%S
Expected behavior
if processName is empty, telemetry should use source information as processName
Screenshots
ProcessName is not present in the telemetry.
The text was updated successfully, but these errors were encountered:
rksharma95
Successfully merging a pull request may close this issue.
Bug Report
General Information
k3s v1.30.6+k3s1
uname -a
):6.6.63-1-lts
kubectl version
, ...)To Reproduce
/usr/bin/date
KubeArmor/KubeArmor/monitor/processTree.go
Line 273 in f390269
KubeArmor/KubeArmor/monitor/processTree.go
Line 300 in f390269
Expected behavior
if processName is empty, telemetry should use source information as processName
Screenshots
ProcessName is not present in the telemetry.
The text was updated successfully, but these errors were encountered: