Project ACRN hypervisor
Go to file
wenshelx d92f640829 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>
2018-05-15 17:19:36 +08:00
devicemodel security: data relocation and protection(RELRO) 2018-05-15 17:19:36 +08:00
doc doc: update project documentation LICENSE 2018-05-15 17:19:35 +08:00
hypervisor Simple get_vmx_cap() 2018-05-15 17:19:36 +08:00