diff options
author | Jeremy Cline <jcline@redhat.com> | 2018-10-23 09:55:11 -0400 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2018-10-23 14:38:10 -0400 |
commit | 35809dfd7be321e9e16516f4314a1699df5bbd39 (patch) | |
tree | 2db921e118029f45d0582bd5bc945d671eef0534 /namespaces-no-expert.patch | |
parent | 764628643cfcb53d59edf15adf7f32508a220c0e (diff) | |
download | kernel-35809dfd7be321e9e16516f4314a1699df5bbd39.tar.gz kernel-35809dfd7be321e9e16516f4314a1699df5bbd39.tar.xz kernel-35809dfd7be321e9e16516f4314a1699df5bbd39.zip |
Rebase to v4.19.0
Diffstat (limited to 'namespaces-no-expert.patch')
-rw-r--r-- | namespaces-no-expert.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/namespaces-no-expert.patch b/namespaces-no-expert.patch new file mode 100644 index 000000000..d732f9d0a --- /dev/null +++ b/namespaces-no-expert.patch @@ -0,0 +1,27 @@ +From 235b02d70a6a9837896c2ff4ca9d03f172cc4281 Mon Sep 17 00:00:00 2001 +From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org> +Date: Wed, 30 Jan 2013 10:55:31 -0500 +Subject: [PATCH] namespaces: no expert + +Bugzilla: N/A +Upstream-status: Fedora mustard +--- + init/Kconfig | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/init/Kconfig b/init/Kconfig +index 2934249fba46..19d9ee8c120b 100644 +--- a/init/Kconfig ++++ b/init/Kconfig +@@ -871,7 +871,7 @@ config SOCK_CGROUP_DATA + endif # CGROUPS + + menuconfig NAMESPACES +- bool "Namespaces support" if EXPERT ++ bool "Namespaces support" + depends on MULTIUSER + default !EXPERT + help +-- +2.14.3 + |