linux: Enable perf events for BPF LSM
This commit is contained in:
parent
832e71da86
commit
eecfca82b9
1 changed files with 3 additions and 0 deletions
|
@ -228,6 +228,9 @@
|
||||||
COMPAT_VDSO = false;
|
COMPAT_VDSO = false;
|
||||||
COMPAT_32BIT_TIME = false;
|
COMPAT_32BIT_TIME = false;
|
||||||
|
|
||||||
|
# Required for BPF LSM instrumentation
|
||||||
|
PERF_EVENTS = true;
|
||||||
|
|
||||||
DNOTIFY = false;
|
DNOTIFY = false;
|
||||||
|
|
||||||
bpf = {
|
bpf = {
|
||||||
|
|
Loading…
Reference in a new issue