From 827a4f2e30046c96b2c3240e75350f97cfa59bed Mon Sep 17 00:00:00 2001 From: Dylan Reimerink Date: Mon, 16 Feb 2026 15:05:03 +0100 Subject: [PATCH] Enable user namespaces BPF tokens support is a subject that is being actively worked on in cilium/ebpf. To test this feature, user namespaces are required. This commit enables user namespaces so that we may be able to test token support. Signed-off-by: Dylan Reimerink --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index fb1d86d..3f43f1c 100644 --- a/config +++ b/config @@ -88,6 +88,7 @@ CONFIG_SMC_HS_CTRL_BPF=y CONFIG_STACK_TRACER=y CONFIG_UPROBE_EVENT=y CONFIG_UPROBE_EVENTS=y +CONFIG_USER_NS=y CONFIG_VXLAN=y CONFIG_XDP_SOCKETS=y