This repository was archived by the owner on Mar 22, 2019. It is now read-only.
Tags: intel/u-nit
Tags
Makefile: add hardening flags example HARDENING_CFLAGS and HARDENING_LDFLAGS makefile variables that add some hardening flags to CFLAGS and LDFLAGS, respectively. They show an approach to how add those flags while also making clear their objective. More information about flags can be obtained on gcc documentation, as well as on https://wiki.debian.org/Hardening, https://access.redhat.com/blogs/766093/posts/1976213, https://en.wikipedia.org/wiki/Address_space_layout_randomization or https://lwn.net/Articles/584225/. Reviewed-by: Gustavo Lima Chaves <gustavo.lima.chaves@intel.com> Reviewed-by: Flavio Ceolin <flavio.ceolin@intel.com>