aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-04-09 19:12:28 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-09 19:15:49 +0200
commit65b612b7c38e83de29b0e099679ffde9beb5c370 (patch)
treec2a8eeb95e214aa209a6142e0d7cf03283c5bf30
parenta2fe7eca30a3b01012ddd63ac004f729a1ab276f (diff)
dashboard: disable CONFIG_DEBUG_WX in USB config
Otherwise we get "Found insecure W+X mapping" due to rodata=n in cmdline.
-rw-r--r--dashboard/config/upstream-usb.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/dashboard/config/upstream-usb.config b/dashboard/config/upstream-usb.config
index 51547b436..29a236d70 100644
--- a/dashboard/config/upstream-usb.config
+++ b/dashboard/config/upstream-usb.config
@@ -8572,10 +8572,9 @@ CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
# CONFIG_EARLY_PRINTK_USB_XDBC is not set
-CONFIG_X86_PTDUMP_CORE=y
# CONFIG_X86_PTDUMP is not set
# CONFIG_EFI_PGT_DUMP is not set
-CONFIG_DEBUG_WX=y
+# CONFIG_DEBUG_WX is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_DEBUG is not set