summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2020-09-24 11:58:28 -0400
committerMike Pagano <mpagano@gentoo.org>2020-09-24 11:58:28 -0400
commitb393fe8ec24508bd7ae2f91cf3603dc7db2a74b1 (patch)
tree9f1798463980cee6861ff5b717a4633ccd4835ab
parentLinux patch 4.19.147 (diff)
downloadlinux-patches-b393fe8ec24508bd7ae2f91cf3603dc7db2a74b1.tar.gz
linux-patches-b393fe8ec24508bd7ae2f91cf3603dc7db2a74b1.tar.bz2
linux-patches-b393fe8ec24508bd7ae2f91cf3603dc7db2a74b1.zip
Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--4567_distro-Gentoo-Kconfig.patch17
1 files changed, 9 insertions, 8 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 10c164e7..e754a3e6 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,14 +1,14 @@
---- a/Kconfig 2018-09-28 08:08:05.058882080 -0400
-+++ b/Kconfig 2018-09-28 08:09:17.869573745 -0400
-@@ -30,3 +30,5 @@ source "crypto/Kconfig"
- source "lib/Kconfig"
-
+--- a/Kconfig 2020-04-15 11:05:30.202413863 -0400
++++ b/Kconfig 2020-04-15 10:37:45.683952949 -0400
+@@ -32,3 +32,5 @@ source "lib/Kconfig"
source "lib/Kconfig.debug"
+
+ source "Documentation/Kconfig"
+
+source "distro/Kconfig"
---- /dev/null 2020-05-13 03:13:57.920193259 -0400
-+++ b/distro/Kconfig 2020-05-13 08:21:40.704254967 -0400
-@@ -0,0 +1,157 @@
+--- /dev/null 2020-09-24 03:06:47.590000000 -0400
++++ b/distro/Kconfig 2020-09-24 11:31:29.403150624 -0400
+@@ -0,0 +1,158 @@
+menu "Gentoo Linux"
+
+config GENTOO_LINUX
@@ -145,6 +145,7 @@
+ select TIMERFD
+ select TMPFS_POSIX_ACL
+ select TMPFS_XATTR
++ select USER_NS
+
+ select ANON_INODES
+ select BLOCK