diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-06-15 21:37:16 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-06-15 21:37:16 -0700 |
commit | 80faa76341b4c69d26fc576563832c26e28059b6 (patch) | |
tree | 79c9094c177b7428fb416fdeedb3b039ab922996 /config.x86_64 | |
parent | Updated to 5.1.9 (diff) | |
download | linux-80faa76341b4c69d26fc576563832c26e28059b6.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 8e80410..a7a19a0 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 # # @@ -167,6 +167,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 @@ -6058,6 +6059,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 |