diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-09-20 18:05:36 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-09-20 18:05:36 -0400 |
commit | 04a34dc1280f1d04a4b168b3d488a6d84ad49865 (patch) | |
tree | 4109d6a614f3384c018b46cfe0e9104108290143 /4567_distro-Gentoo-Kconfig.patch | |
parent | Linux patch 4.14.246 (diff) | |
download | linux-patches-04a34dc1280f1d04a4b168b3d488a6d84ad49865.tar.gz linux-patches-04a34dc1280f1d04a4b168b3d488a6d84ad49865.tar.bz2 linux-patches-04a34dc1280f1d04a4b168b3d488a6d84ad49865.zip |
Move USER_NS to GENTOO_LINUX_PORTAGE
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to '4567_distro-Gentoo-Kconfig.patch')
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index d95f5cee..ada11f71 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -65,6 +65,7 @@ + select NET_NS + select PID_NS + select SYSVIPC ++ select USER_NS + select UTS_NS + + help @@ -145,7 +146,6 @@ + select TIMERFD + select TMPFS_POSIX_ACL + select TMPFS_XATTR -+ select USER_NS + + select ANON_INODES + select BLOCK |