forked from falcosecurity/libs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): correct socketcall SYS_ACCEPT failures on s390x
The modern BPF driver maps the SYS_ACCEPT to SYS_ACCEPT4 which is being tested in the socketcall SYS_ACCEPT tests. The kmod and bpf drivers do not switch directly but rather ensure to use the PPM event instead of syscall. The socketcall SYS_ACCEPT tests contain a specific handling for kmod. Enable this handling to also for the bpf driver. Signed-off-by: Hendrik Brueckner <[email protected]>
- Loading branch information
1 parent
0c4e0bd
commit 4fa7769
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters