From a827a34d062225fcbdea9c141981888315fed264 Mon Sep 17 00:00:00 2001 From: c30043414 Date: Thu, 21 Sep 2023 09:58:05 +0800 Subject: [PATCH] Signed-off-by: c30043414 Change-Id: If42bd76b2a4b52bec7eeab38ee64e470b43d8e4b Change-Id: I0f196caa27159e5345c6061e0e7bc2f77fadb290 --- linux-5.10/arch/arm64/configs/rk3568_standard_defconfig | 8 ++++++++ linux-5.10/rk3568/arch/arm64_defconfig | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index 738ac9b..0df91c6 100644 --- a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig +++ b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig @@ -6234,6 +6234,14 @@ CONFIG_SECURITY_XPM=y CONFIG_SECURITY_XPM_DEBUG=y # end of executable permission manager +# +# Select show address about anonymous area of the render process memory +# with -rx- permissions or not. +# +CONFIG_HIDE_RENDER_ADDRESS=y +# end of show address or not + + CONFIG_INTEGRITY=y # CONFIG_INTEGRITY_SIGNATURE is not set CONFIG_INTEGRITY_AUDIT=y diff --git a/linux-5.10/rk3568/arch/arm64_defconfig b/linux-5.10/rk3568/arch/arm64_defconfig index c5bf3b5..ca42a59 100644 --- a/linux-5.10/rk3568/arch/arm64_defconfig +++ b/linux-5.10/rk3568/arch/arm64_defconfig @@ -6094,3 +6094,10 @@ CONFIG_BLACKBOX_ROCKCHIP=y # CONFIG_SECURITY_XPM_DEBUG=y # end of executable permission manager + +# +# Select show address about anonymous area of the render process memory +# with -rx- permissions or not. +# +CONFIG_HIDE_RENDER_ADDRESS=y +# end of show address or not -- Gitee