From 3ad44dab53692fa84e691b3cb164f86546a50e6f Mon Sep 17 00:00:00 2001 From: c30043414 Date: Wed, 18 Oct 2023 09:16:50 +0800 Subject: [PATCH] Signed-off-by: c30043414 Change-Id: I74693052943eccfd93ca81c19c1c5038a61b48d1 --- linux-5.10/base_defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux-5.10/base_defconfig b/linux-5.10/base_defconfig index dd07a3e..b79c060 100644 --- a/linux-5.10/base_defconfig +++ b/linux-5.10/base_defconfig @@ -1,5 +1,8 @@ # # General setup +CONFIG_HIDE_MEM_ADDR=y + + # CONFIG_FUTEX=y CONFIG_EPOLL=y @@ -97,4 +100,4 @@ CONFIG_SECURITY_DMESG_RESTRICT=y # CONFIG_MODULE_SIG=y CONFIG_MODULE_SIG_FORCE=y -#end of Enhance SELinux's control over insmod \ No newline at end of file +#end of Enhance SELinux's control over insmod -- Gitee