Home | History | Annotate | Line # | Download | only in harden
linux revision 1.1
      1  1.1  christos # generic linux hardening flags
      2  1.1  christos NTP_HARD_CFLAGS="-pie -fPIE -fPIC -fstack-protector-all -O1"
      3  1.1  christos NTP_HARD_CPPFLAGS="-D_FORTIFY_SOURCE=2"
      4  1.1  christos NTP_HARD_LDFLAGS="-z relro -z now"
      5