From 4b586b70ad081a079965ef439c9a460fd54c8e74 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 2 Jan 2025 12:22:49 -0600 Subject: [PATCH] kernel: Enable user namespaces for Firefox Firefox complains about "security features" not working if this is not enabled. --- linux.config | 1 + 1 file changed, 1 insertion(+) diff --git a/linux.config b/linux.config index eecd382..3d8dcd9 100644 --- a/linux.config +++ b/linux.config @@ -118,6 +118,7 @@ CONFIG_MEMCG=y CONFIG_CGROUP_PIDS=y CONFIG_CGROUP_BPF=y CONFIG_BLK_CGROUP=y +CONFIG_USER_NS=y CONFIG_I2C_HID_OF_GOODIX=m CONFIG_USB_DWC2=m