commit: ddfc01fea4d2ac451235d6f05d3f166e01914cd3 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 16:02:09 2020 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 16:02:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ddfc01fe
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 ef0e5b6..c8f1bd1 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
