Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[auditbeat] Allow memfd_create(2) in seccomp for add_session_metadata…
…@ebpf (#41297) Quark was falling back into kprobe since ebpf would fail with EPERM at memfd_create(2). ``` $ strace -f auditbeat .... [pid 2917] memfd_create("libbpf-placeholder-fd", MFD_CLOEXEC) = -1 EPERM (Operation not permitted) ``` With this my test case where kprobe is disabled now uses ebpf when I select backend "auto", before it was falling back to procfsprovider.
- Loading branch information