linux: Enable BPF_UNPRIV_DEFAULT_OFF in 5.15

This commit is contained in:
Robin Townsend 2022-03-20 21:19:07 -04:00
parent e73b01f93a
commit 3132fcfec3

View File

@ -547,7 +547,7 @@ let
UPROBE_EVENT = { optional = true; tristate = whenOlder "4.11" "y";};
UPROBE_EVENTS = { optional = true; tristate = whenAtLeast "4.11" "y";};
BPF_SYSCALL = yes;
BPF_UNPRIV_DEFAULT_OFF = whenBetween "5.10" "5.15" yes;
BPF_UNPRIV_DEFAULT_OFF = whenBetween "5.10" "5.16" yes;
BPF_EVENTS = yes;
FUNCTION_PROFILER = yes;
RING_BUFFER_BENCHMARK = no;