mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
lunatik : kernel config change
kernel requires module to be signed, disable force signing for now. insmod: ERROR: could not insert module /lib/modules/6.6.15-ipfire/lunatik/lunatik.ko: Key was rejected by service set CONFIG_MODULE_SIG_FORCE=n failed to validate module [lunatik] BTF: -22 set CONFIG_MODULE_ALLOW_BTF_MISMATCH=y Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -9,3 +9,5 @@ CONFIG_BPF_EVENTS=y
|
||||
CONFIG_UPROBES=y
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
CONFIG_MODULE_SIG_FORCE=n
|
||||
CONFIG_MODULE_ALLOW_BTF_MISMATCH=y
|
||||
|
||||
Reference in New Issue
Block a user