From: Andreas Müller Date: Wed, 27 Nov 2019 12:36:55 +0000 (+0100) Subject: linux-fslc-lts-4.19: Add CONFIG_USER_NS X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4af1824f3daa13bd2bceafe8de7f371b35e0dfce;p=meta-freescale.git linux-fslc-lts-4.19: Add CONFIG_USER_NS upower >= 0.99.11 does not start and complains: | systemd[950]: upower.service: Failed to set up user namespacing: Invalid argument Inspired by [1] [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939510 Signed-off-by: Andreas Müller (cherry picked from commit 1657dede51929c342f9998be7d3b34f7f27daf1f) --- diff --git a/recipes-kernel/linux/linux-fslc-lts-4.19/defconfig b/recipes-kernel/linux/linux-fslc-lts-4.19/defconfig index 949b69da..5546e4cf 100644 --- a/recipes-kernel/linux/linux-fslc-lts-4.19/defconfig +++ b/recipes-kernel/linux/linux-fslc-lts-4.19/defconfig @@ -445,3 +445,4 @@ CONFIG_LIBCRC32C=m CONFIG_FONTS=y CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y +CONFIG_USER_NS=y