From a08fc6e60a84232648f7c043218be33f2d1949b0 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 14 Sep 2024 22:11:15 +0900 Subject: gnu: linux-libre: Properly enable CONFIG_BPF_UNPRIV_DEFAULT_OFF. * gnu/packages/linux.scm (default-extra-linux-options): Fixes: https://issues.guix.gnu.org/72794 Reported-by: Jorge Acereda Change-Id: Ie4db277e6e3e54ed835ffbeabd2119688bf63dbb --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f3bcfd9f84..5c40e5e33f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -851,7 +851,7 @@ ARCH and optionally VARIANT, or #f if there is no such configuration." ("CONFIG_BPF_SYSCALL" . #t)) '()) ,@(if (version>=? version "5.13") - '(("BPF_UNPRIV_DEFAULT_OFF" . #t)) + '(("CONFIG_BPF_UNPRIV_DEFAULT_OFF" . #t)) '()) ("CONFIG_NET_CLS_BPF" . m) ;classify packets based on BPF filters ("CONFIG_NET_ACT_BPF" . m) ;to execute BPF code on packets -- cgit v1.2.3