mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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 <jacereda@gmail.com> Change-Id: Ie4db277e6e3e54ed835ffbeabd2119688bf63dbb
This commit is contained in:
parent
ff7bba8baa
commit
a08fc6e60a
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ (define (default-extra-linux-options version)
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue