Skip to content

Commit

Permalink
update system-probe seccomp profil (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Mar 30, 2020
1 parent 9571dea commit 6c1cf6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controller/datadogagent/systemprobe.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const systemProbeSecCompData = `{
"fcntl",
"fcntl64",
"fstat",
"fstatfs",
"fstat64",
"fsync",
"futex",
Expand Down Expand Up @@ -212,6 +213,7 @@ const systemProbeSecCompData = `{
"socketpair",
"stat",
"stat64",
"statfs",
"umask",
"uname",
"unlink",
Expand Down

0 comments on commit 6c1cf6c

Please sign in to comment.