Files
c30043414 106ffc4b63 memory_security: Hide the render process JIT anonymous executable memory address
Output: The anonymized executable memory address of the JIT region of the rendering process cannot be queried through cat proc/pid/maps
A new memory security enhancement module has been added to the rendering, and this submission is a custom function that can perform memory address hiding for the rendering process

Signed-off-by: caobaolong <caobaolong5@huawei.com>

Change-Id: I302f45f92d41d0df3db0e54c018247890d244028
2023-10-19 11:27:42 +08:00

16 lines
429 B
Plaintext
Executable File

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) 2023 Huawei Device Co., Ltd.
#
# Config for hide excutable memory address of process manager
#
menu "Hide memory address manager"
config HIDE_MEM_ADDRESS
default n
bool "Hide excutable memory address in proc/[pid]/maps "
help
Select show address about anonymous area of the process memory
with -rx- permissions or not.
endmenu
# a blank line must be existed