Skip to content

Commit e44c6db

Browse files
committed
fix(steps-guix): enable CONFIG_USER_NS in kernel config
1 parent 1e5c17b commit e44c6db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steps-guix/linux-6.12.74/files/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ CONFIG_NAMESPACES=y
210210
CONFIG_UTS_NS=y
211211
CONFIG_TIME_NS=y
212212
CONFIG_IPC_NS=y
213-
# CONFIG_USER_NS is not set
213+
CONFIG_USER_NS=y
214214
CONFIG_PID_NS=y
215215
CONFIG_NET_NS=y
216216
# CONFIG_CHECKPOINT_RESTORE is not set

0 commit comments

Comments
 (0)