summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-grsec/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-04 16:17:05 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-04 16:17:05 -0200
commit879989bf1e2740dc5c80f7b9739705196cb7fb2c (patch)
tree6e0471e503a24d8aa3c00416e4f9655978480bc9 /kernels/linux-libre-grsec/change-default-console-loglevel.patch
parent11feaef641dd00215b04a2456cc1898d024b5e9d (diff)
downloadabslibre-879989bf1e2740dc5c80f7b9739705196cb7fb2c.tar.gz
abslibre-879989bf1e2740dc5c80f7b9739705196cb7fb2c.tar.bz2
abslibre-879989bf1e2740dc5c80f7b9739705196cb7fb2c.zip
linux-libre-grsec: add new package to kernels repo
Diffstat (limited to 'kernels/linux-libre-grsec/change-default-console-loglevel.patch')
-rw-r--r--kernels/linux-libre-grsec/change-default-console-loglevel.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/kernels/linux-libre-grsec/change-default-console-loglevel.patch b/kernels/linux-libre-grsec/change-default-console-loglevel.patch
new file mode 100644
index 000000000..90111a44b
--- /dev/null
+++ b/kernels/linux-libre-grsec/change-default-console-loglevel.patch
@@ -0,0 +1,12 @@
+diff -upr linux-3.12.orig/kernel/printk/printk.c linux-3.12/kernel/printk/printk.c
+--- linux-3.12.orig/kernel/printk/printk.c 2013-11-03 21:41:51.000000000 -0200
++++ linux-3.12/kernel/printk/printk.c 2014-01-04 15:35:27.854329503 -0200
+@@ -59,7 +59,7 @@
+
+ /* We show everything that is MORE important than this.. */
+ #define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */
+-#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */
++#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_WARNING */
+
+ int console_printk[4] = {
+ DEFAULT_CONSOLE_LOGLEVEL, /* console_loglevel */