diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-09-20 17:57:57 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-09-20 18:01:34 -0400 |
commit | 56f1783c70dc1caea90b3de9433112cf163d133e (patch) | |
tree | 7874c9e68eb3704328edba2da31441c287940660 | |
parent | Linux patch 5.13.19 (diff) | |
download | linux-patches-5.13.tar.gz linux-patches-5.13.tar.bz2 linux-patches-5.13.zip |
Move USER_NS to GENTOO_LINUX_PORTAGE5.13
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-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 d2175f08..74e80d3e 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 |