From 75884aaa706d9cc67d1da99383a3d66be7073a33 Mon Sep 17 00:00:00 2001 From: Lee Avital Date: Thu, 30 Jan 2020 13:42:19 -0500 Subject: [PATCH] Add statfs to system-probe seccomp profile (#20451) Signed-off-by: Lee Avital --- stable/datadog/Chart.yaml | 2 +- stable/datadog/templates/system-probe-configmap.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 29bc97f78a..7981763e47 100644 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 1.39.5 +version: 1.39.6 appVersion: "7" description: DataDog Agent keywords: diff --git a/stable/datadog/templates/system-probe-configmap.yaml b/stable/datadog/templates/system-probe-configmap.yaml index 9efd13fc75..7242d7cac7 100644 --- a/stable/datadog/templates/system-probe-configmap.yaml +++ b/stable/datadog/templates/system-probe-configmap.yaml @@ -166,6 +166,7 @@ data: "socketpair", "stat", "stat64", + "statfs", "umask", "uname", "unlink",