From e44c6db265feef4f3725009c251c479ba90e475b Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Tue, 7 Apr 2026 07:26:17 -0400 Subject: [PATCH] fix(steps-guix): enable CONFIG_USER_NS in kernel config --- steps-guix/linux-6.12.74/files/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps-guix/linux-6.12.74/files/config.txt b/steps-guix/linux-6.12.74/files/config.txt index ec6f4554..f97e3153 100644 --- a/steps-guix/linux-6.12.74/files/config.txt +++ b/steps-guix/linux-6.12.74/files/config.txt @@ -210,7 +210,7 @@ CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_TIME_NS=y CONFIG_IPC_NS=y -# CONFIG_USER_NS is not set +CONFIG_USER_NS=y CONFIG_PID_NS=y CONFIG_NET_NS=y # CONFIG_CHECKPOINT_RESTORE is not set