diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-11-27 13:36:55 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-27 13:19:27 -0300 |
commit | 70dd987eaea560ee639b2a9e9a85a9b0aa90ce48 (patch) | |
tree | f3f58c2878cd388b3343fb25894a2146630bd440 /recipes-kernel | |
parent | 0812b771626eda0ac8854b0d2bfe7e92045ffe39 (diff) | |
download | meta-freescale-70dd987eaea560ee639b2a9e9a85a9b0aa90ce48.tar.gz |
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 <schnitzeltony@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-lts-4.19/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
445 | CONFIG_FONTS=y | 445 | CONFIG_FONTS=y |
446 | CONFIG_FONT_8x8=y | 446 | CONFIG_FONT_8x8=y |
447 | CONFIG_FONT_8x16=y | 447 | CONFIG_FONT_8x16=y |
448 | CONFIG_USER_NS=y | ||