From 14ffb8edc0816c4f1dcf82fd0af0bbfc8a869ee8 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 2 Sep 2021 19:13:27 +0200 Subject: [PATCH] pygoscelis: Default to CONFIG_BPF_UNPRIV_DEFAULT_OFF --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index ab325ee..60caaca 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -111,7 +111,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 is not set # end of BPF subsystem