mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 04:33:55 +00:00
security: data relocation and protection(RELRO)
RELRO rearranges the data sections inside an ELF executable. It also marks certain areas as 'read-only' so that these data structures cannot be overwritten while the process is running. Tracked-On: 224003 Signed-off-by: wenshelx <wenshengx.wang@intel.com>
This commit is contained in:
parent
927b1edc19
commit
7408fda58e