]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
security_flags: update comment header
authorJoshua Lock <joshua.g.lock@intel.com>
Thu, 18 Aug 2016 11:42:54 +0000 (12:42 +0100)
committerJoshua Lock <joshua.g.lock@intel.com>
Fri, 19 Aug 2016 15:24:32 +0000 (16:24 +0100)
Embelish a little on the utility of the extra compiler and linker
flags enabled by this include.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
meta/conf/distro/include/security_flags.inc

index 698f4c25ad4ef954f13741547446747709eb7a3f..295c733d3ef90b5663c8bf2608ced8b78480ac36 100644 (file)
@@ -1,6 +1,9 @@
-# Setup extra CFLAGS and LDFLAGS which have 'security' benefits. These 
-# don't work universally, there are recipes which can't use one, the other
-# or both so a blacklist is maintained here. The idea would be over
+# Setup extra CFLAGS and LDFLAGS which:
+# * add extra compilation checks for known security anti-patterns
+# * generate extra code to protect against various attacks
+# * harden the produced binaries to provide extra protection against attacks.
+# These don't work universally, there are recipes which can't use one, the
+# other or both so a blacklist is maintained here. The idea would be over
 # time to reduce this list to nothing.
 # From a Yocto Project perspective, this file is included and tested
 # in the DISTRO="poky-lsb" configuration.