diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-06-15 21:39:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-06-15 21:39:52 -0700 |
commit | 100274b723d80ed5aa363532702536d3f68ca21b (patch) | |
tree | 72ee2317d6b68e07680894143f4c79c733989ba6 /config.x86_64 | |
parent | Updated to 5.1.9 (diff) | |
download | linux-ck-100274b723d80ed5aa363532702536d3f68ca21b.tar.xz |
Updated to 5.1.10
Added patch to allow non-root user namespace cloning (Allowed by default)
Diffstat (limited to 'config.x86_64')
-rw-r--r-- | config.x86_64 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.x86_64 b/config.x86_64 index 35aab7e..f1c099e 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.1.8 Kernel Configuration +# Linux/x86 5.1.9 Kernel Configuration # # @@ -163,6 +163,7 @@ CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y +CONFIG_USER_NS_UNPRIVILEGED=y CONFIG_PID_NS=y CONFIG_NET_NS=y CONFIG_CHECKPOINT_RESTORE=y @@ -6060,6 +6061,7 @@ CONFIG_CHASH=m # CONFIG_CHASH_STATS is not set # CONFIG_CHASH_SELFTEST is not set CONFIG_DRM_NOUVEAU=m +CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT=y CONFIG_NOUVEAU_DEBUG=5 CONFIG_NOUVEAU_DEBUG_DEFAULT=3 # CONFIG_NOUVEAU_DEBUG_MMU is not set |