diff options
author | Mike Pagano <mpagano@gentoo.org> | 2020-09-24 12:03:50 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2020-09-24 12:03:50 -0400 |
commit | da714baf615f4412790741a17a2c15a73ba83129 (patch) | |
tree | 4851cc53fcf4aa7ad288cd57ee2333338352dc76 | |
parent | Removal of fbcondecor patch (diff) | |
download | linux-patches-da714baf615f4412790741a17a2c15a73ba83129.tar.gz linux-patches-da714baf615f4412790741a17a2c15a73ba83129.tar.bz2 linux-patches-da714baf615f4412790741a17a2c15a73ba83129.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 1d117f2f..f61ef9c6 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 |