mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
106ffc4b63
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
16 lines
429 B
Plaintext
Executable File
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 |