We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48ad69 commit 8a03e56Copy full SHA for 8a03e56
kernel/bpf/Kconfig
@@ -64,6 +64,7 @@ config BPF_JIT_DEFAULT_ON
64
65
config BPF_UNPRIV_DEFAULT_OFF
66
bool "Disable unprivileged BPF by default"
67
+ default y
68
depends on BPF_SYSCALL
69
help
70
Disables unprivileged BPF by default by setting the corresponding
@@ -72,6 +73,12 @@ config BPF_UNPRIV_DEFAULT_OFF
72
73
disable it by setting it to 1 (from which no other transition to
74
0 is possible anymore).
75
76
+ Unprivileged BPF could be used to exploit certain potential
77
+ speculative execution side-channel vulnerabilities on unmitigated
78
+ affected hardware.
79
+
80
+ If you are unsure how to answer this question, answer Y.
81
82
source "kernel/bpf/preload/Kconfig"
83
84
config BPF_LSM
0 commit comments