Explorar el Código

poky.conf: Enable security flags+pie by defaultEnable security flags+pie by default

This has been an opt-in for so long, some distributions e.g.
poky-lsb uses it by default however, since most of linux
distros have started to default to these settings for security
enhancements, time has come for OE to make it default too

(From meta-yocto rev: 81bf1019c8601da952242fbcc827e0bef1ff25d7)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Khem Raj hace 6 años
padre
commit
491082c56c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      meta-poky/conf/distro/poky.conf

+ 1 - 0
meta-poky/conf/distro/poky.conf

@@ -98,4 +98,5 @@ ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
 require conf/distro/include/poky-world-exclude.inc
 require conf/distro/include/no-static-libs.inc
 require conf/distro/include/yocto-uninative.inc
+require conf/distro/include/security_flags.inc
 INHERIT += "uninative"