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=70dd987eaea560ee639b2a9e9a85a9b0aa90ce48;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 --- 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