mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue