diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-09-20 17:57:57 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-09-20 17:57:57 -0400 |
commit | d095e983c5183397ed4a49db42dc11194a3943bb (patch) | |
tree | fbf8e29235758a0c4f5a6af22238e4af0ee605ee | |
parent | Change CONFIG_GENTOO_PRINT_FIRMWARE_INFO to y (diff) | |
download | linux-patches-d095e983c5183397ed4a49db42dc11194a3943bb.tar.gz linux-patches-d095e983c5183397ed4a49db42dc11194a3943bb.tar.bz2 linux-patches-d095e983c5183397ed4a49db42dc11194a3943bb.zip |
Move USER_NS to GENTOO_LINUX_PORTAGE
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 |