diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index 738ac9bdded9dd07f2d0001baca67f2d218079b8..0df91c68ebcf8b19420ac34e1c04fbf65f7211b1 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 c5bf3b58ab3d253c8b4fb435e5234d8d1edb83f8..ca42a595067c14003b8c5574a74f99a2a9a77b70 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