我要评分
获取效率
正确性
完整性
易理解

Security Check and Hardening

Security check and hardening protect the system and network against problems such as hacker attacks, data leakage, and system breakdown. In addition, they can meet regulatory compliance requirements and protect user privacy and information security.

Buffer Overflow Prevention

Pay attention to this item for the KDADK-MMPM feature only.

To prevent buffer overflow attacks, you are advised to use the address space layout randomization (ASLR) technology to randomize the layout of linear areas such as the heap, stack, and shared library mapping to make it more difficult for attackers to predict target addresses and locate code. This technology can be applied to heaps, stacks, and memory mapping areas (mmap base addresses, shared libraries, and vDSO pages).

Run the following command to enable this function:

echo 2 >/proc/sys/kernel/randomize_va_space