commit: da714baf615f4412790741a17a2c15a73ba83129 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 16:03:50 2020 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 16:03:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=da714baf
Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 1d117f2..f61ef9c 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -146,6 +146,7 @@ + select TIMERFD + select TMPFS_POSIX_ACL + select TMPFS_XATTR ++ select USER_NS + + select ANON_INODES + select BLOCK
