diff options
author | Mike Pagano <mpagano@gentoo.org> | 2020-09-24 12:00:01 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2020-09-24 12:00:01 -0400 |
commit | 842ab217c6f9f14bea16ef78a828123dcab2fe97 (patch) | |
tree | 3d0bbbb0a390def2a2d9fc6afc23204cc8f69697 | |
parent | Removal of fbcondecor patch (diff) | |
download | linux-patches-842ab217c6f9f14bea16ef78a828123dcab2fe97.tar.gz linux-patches-842ab217c6f9f14bea16ef78a828123dcab2fe97.tar.bz2 linux-patches-842ab217c6f9f14bea16ef78a828123dcab2fe97.zip |
Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index eae539c5..9830ac0e 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 |