From 65f943cd1948e0cfdfd4e4edd9e89655568661e7 Mon Sep 17 00:00:00 2001 From: shangwang Date: Mon, 25 Nov 2019 18:07:12 -0500 Subject: [PATCH] [stable/datadog] add stat system call to system-probe seccomp profile (#19127) * add stat system call to system-probe seccomp profile Signed-off-by: Shang Wang * bump chart version Signed-off-by: Shang Wang --- stable/datadog/Chart.yaml | 2 +- stable/datadog/templates/system-probe-configmap.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index e98dadd59b..c016c44b3e 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 1.38.5 +version: 1.38.6 appVersion: 6.14.0 description: DataDog Agent keywords: diff --git a/stable/datadog/templates/system-probe-configmap.yaml b/stable/datadog/templates/system-probe-configmap.yaml index 969ac53905..a78367d088 100644 --- a/stable/datadog/templates/system-probe-configmap.yaml +++ b/stable/datadog/templates/system-probe-configmap.yaml @@ -163,6 +163,8 @@ data: "socket", "socketcall", "socketpair", + "stat", + "stat64", "umask", "uname", "unlink",