about summary refs log tree commit diff
path: root/pkgs/tools/security/tracee/test-EventFilters-prefix-nix-friendly.patch
blob: 88a3e4972507998862cc6e5e83215983f7f4cee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/tests/integration/integration_test.go b/tests/integration/integration_test.go
index afbc5330..13745c70 100644
--- a/tests/integration/integration_test.go
+++ b/tests/integration/integration_test.go
@@ -246,8 +246,8 @@ func Test_EventFilters(t *testing.T) {
 			eventFunc:  checkExecve,
 		},
 		{
-			name:       "trace only execve events that starts with /usr/bin",
-			filterArgs: []string{"event=execve", "execve.pathname=/usr/bin*"},
+			name:       "trace only execve events that starts with /run",
+			filterArgs: []string{"event=execve", "execve.pathname=/run*"},
 			eventFunc:  checkExecve,
 		},
 		{