mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-03 03:40:59 -05:00
23 lines
787 B
Diff
23 lines
787 B
Diff
|
From d9e72da7be825a68f9f3f718944b5b76825dff39 Mon Sep 17 00:00:00 2001
|
||
|
From: Tad <tad@spotco.us>
|
||
|
Date: Thu, 19 Nov 2015 13:22:59 -0500
|
||
|
Subject: [PATCH] Disable PAX_REFCOUNT for now
|
||
|
|
||
|
---
|
||
|
arch/arm/configs/cyanogenmod_bacon_defconfig | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/arch/arm/configs/cyanogenmod_bacon_defconfig b/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
index 7fc8f2a..a38a7ab 100644
|
||
|
--- a/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
+++ b/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
@@ -3480,7 +3480,7 @@ CONFIG_PAX_RANDMMAP=y
|
||
|
# Miscellaneous hardening features
|
||
|
#
|
||
|
CONFIG_PAX_MEMORY_SANITIZE=y
|
||
|
-CONFIG_PAX_REFCOUNT=y
|
||
|
+CONFIG_PAX_REFCOUNT=n
|
||
|
CONFIG_PAX_USERCOPY=y
|
||
|
# CONFIG_PAX_CONSTIFY_PLUGIN is not set
|
||
|
# CONFIG_PAX_LATENT_ENTROPY is not set
|