From 4d4125cbd2d13028a9ea54525feef855754dda74 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Mon, 29 Mar 2021 16:47:59 +0200 Subject: [PATCH] Disable evbug for Debian/Ubuntu --- pkg/debian/kernel/ubuntu.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/debian/kernel/ubuntu.config b/pkg/debian/kernel/ubuntu.config index 30f480e69..7a6fbe3f7 100644 --- a/pkg/debian/kernel/ubuntu.config +++ b/pkg/debian/kernel/ubuntu.config @@ -33,3 +33,10 @@ CONFIG_ACPI_I2C_OPREGION=y ## # CONFIG_VIDEO_ATOMISP_OV5693 is not set + +## +## Disable evbug. It's annoying and potentially even a security risk when +## posting kernel logs... +## + +# CONFIG_INPUT_EVBUG is not set