Enable BPF_UNPRIV_DEFAULT_OFF

This config was enabled by default in v5.15 and we should follow that.
This commit is contained in:
Jan Alexander Steffens
2022-03-09 16:09:34 +00:00
parent 4f1d39f328
commit ccba33df68
2 changed files with 2 additions and 2 deletions

2
config
View File

@@ -116,7 +116,7 @@ CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_BPF_JIT_DEFAULT_ON=y
# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
CONFIG_USERMODE_DRIVER=y
CONFIG_BPF_PRELOAD=y
CONFIG_BPF_PRELOAD_UMD=m