Skip to content

Commit

Permalink
add inotify related syscalls to system-probe's seccomp profile (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui774ume authored and Charly Fontaine committed May 22, 2023
1 parent 429c941 commit f42f1a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/datadogagent/component/agent/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@ func DefaultSeccompConfigDataForSystemProbe() map[string]string {
"gettimeofday",
"getuid",
"getxattr",
"inotify_add_watch",
"inotify_init",
"inotify_init1",
"inotify_rm_watch",
"ioctl",
"ipc",
"listen",
Expand Down

0 comments on commit f42f1a4

Please sign in to comment.