From 81d1a585fcd8b4bd8d77f4f4908bcda1167fd4ae Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Thu, 24 Sep 2020 11:12:00 -0400 Subject: Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD Required for PrivateUsers= in service units Signed-off-by: Mike Pagano --- 4567_distro-Gentoo-Kconfig.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index cb2eaa63..ebcd606e 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -6,8 +6,8 @@ source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /dev/null 2020-05-13 03:13:57.920193259 -0400 -+++ b/distro/Kconfig 2020-05-13 07:51:36.841663359 -0400 +--- /dev/null 2020-09-24 03:06:47.590000000 -0400 ++++ b/distro/Kconfig 2020-09-24 11:09:36.442549224 -0400 @@ -0,0 +1,157 @@ +menu "Gentoo Linux" + @@ -145,6 +145,7 @@ + select TIMERFD + select TMPFS_POSIX_ACL + select TMPFS_XATTR ++ select USER_NS + + select ANON_INODES + select BLOCK @@ -165,4 +166,3 @@ + +endmenu + -+endmenu -- cgit v1.2.3-65-gdbad