diff options
author | Mike Pagano <mpagano@gentoo.org> | 2020-09-24 11:12:00 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2020-09-24 11:12:00 -0400 |
commit | 81d1a585fcd8b4bd8d77f4f4908bcda1167fd4ae (patch) | |
tree | e9178b1268f622689ecaf1913e78c373c324298c | |
parent | Add UTS_NS to GENTOO_LINUX_PORTAGE as required by portage since 2.3.99 (diff) | |
download | linux-patches-81d1a585fcd8b4bd8d77f4f4908bcda1167fd4ae.tar.gz linux-patches-81d1a585fcd8b4bd8d77f4f4908bcda1167fd4ae.tar.bz2 linux-patches-81d1a585fcd8b4bd8d77f4f4908bcda1167fd4ae.zip |
Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD
Required for PrivateUsers= in service units
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 6 |
1 files 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 |