Skip to content

Commit

Permalink
Add statfs to system-probe seccomp profile (helm#20451)
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Avital <[email protected]>
  • Loading branch information
leeavital authored Jan 30, 2020
1 parent 6d607aa commit 75884aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 1.39.5
version: 1.39.6
appVersion: "7"
description: DataDog Agent
keywords:
Expand Down
1 change: 1 addition & 0 deletions stable/datadog/templates/system-probe-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ data:
"socketpair",
"stat",
"stat64",
"statfs",
"umask",
"uname",
"unlink",
Expand Down

0 comments on commit 75884aa

Please sign in to comment.