mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-28 12:05:59 +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: