mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 00:01:15 +02:00
opensnitch: fix https://github.com/pentoo/pentoo-overlay/issues/1169
This commit is contained in:
parent
4568fc6f3e
commit
640a2e2fef
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ RDEPEND="
|
|||
"
|
||||
|
||||
#KPROBES* required by ebpf
|
||||
CONFIG_CHECK="NETFILTER_XT_MATCH_CONNTRACK KPROBES KPROBE_EVENTS"
|
||||
CONFIG_CHECK="NETFILTER_XT_MATCH_CONNTRACK CGROUP_BPF BPF BPF_SYSCALL BPF_EVENTS KPROBES KPROBE_EVENTS"
|
||||
|
||||
pkg_pretend() {
|
||||
linux-info_pkg_setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue