summaryrefslogtreecommitdiff
path: root/sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0109-stop-hiding-UID16-behind-EXPERT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0109-stop-hiding-UID16-behind-EXPERT.patch')
-rw-r--r--sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0109-stop-hiding-UID16-behind-EXPERT.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0109-stop-hiding-UID16-behind-EXPERT.patch b/sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0109-stop-hiding-UID16-behind-EXPERT.patch
new file mode 100644
index 000000000000..6d9c80265d7b
--- /dev/null
+++ b/sys-kernel/cairn-sources/files/5.10.7/hardened-patches/0109-stop-hiding-UID16-behind-EXPERT.patch
@@ -0,0 +1,25 @@
+From 4ba88d7fca4212c2fa9434053340ff2307e7f244 Mon Sep 17 00:00:00 2001
+From: Levente Polyak <levente@leventepolyak.net>
+Date: Tue, 22 Dec 2020 23:40:09 +0100
+Subject: [PATCH 109/113] stop hiding UID16 behind EXPERT
+
+---
+ init/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/init/Kconfig b/init/Kconfig
+index 9d2db9918396..eecd7915db04 100644
+--- a/init/Kconfig
++++ b/init/Kconfig
+@@ -1419,7 +1419,7 @@ menuconfig EXPERT
+ Only use this if you really know what you are doing.
+
+ config UID16
+- bool "Enable 16-bit UID system calls" if EXPERT
++ bool "Enable 16-bit UID system calls"
+ depends on HAVE_UID16 && MULTIUSER
+ default y
+ help
+--
+2.30.0
+