Skip to content

Commit f6fb6bf

Browse files
authored
update seccomp profile to fix k3s (#1862)
Fixes #1726
1 parent 5392de2 commit f6fb6bf

File tree

1 file changed

+4
-0
lines changed
  • internal/controller/datadogagent/feature/enabledefault

1 file changed

+4
-0
lines changed

internal/controller/datadogagent/feature/enabledefault/configmap.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func DefaultSeccompConfigDataForSystemProbe() map[string]string {
2727
"clone",
2828
"clone3",
2929
"close",
30+
"close_range",
3031
"connect",
3132
"copy_file_range",
3233
"creat",
@@ -114,6 +115,8 @@ func DefaultSeccompConfigDataForSystemProbe() map[string]string {
114115
"openat2",
115116
"pause",
116117
"perf_event_open",
118+
"pidfd_open",
119+
"pidfd_send_signal",
117120
"pipe",
118121
"pipe2",
119122
"poll",
@@ -177,6 +180,7 @@ func DefaultSeccompConfigDataForSystemProbe() map[string]string {
177180
"symlinkat",
178181
"sysinfo",
179182
"tgkill",
183+
"tkill",
180184
"umask",
181185
"uname",
182186
"unlink",

0 commit comments

Comments
 (0)