8000 Tags · intel/u-nit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Tags: intel/u-nit

Tags

v0.5-BETA

Toggle v0.5-BETA's commit message
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>
0