linux: Enable perf events for BPF LSM

This commit is contained in:
Mikael 2024-08-22 19:39:34 +02:00
parent 832e71da86
commit eecfca82b9
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -228,6 +228,9 @@
COMPAT_VDSO = false;
COMPAT_32BIT_TIME = false;
# Required for BPF LSM instrumentation
PERF_EVENTS = true;
DNOTIFY = false;
bpf = {