From 7ae73e53fad51292ad214fc922961a7a84764fdd Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 6 Jan 2017 19:14:06 +0100 Subject: configs: add options suggested by 'reason' Signed-off-by: Robert Schwebel --- configs/bsp.ref | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 configs/bsp.ref (limited to 'configs/bsp.ref') diff --git a/configs/bsp.ref b/configs/bsp.ref new file mode 100644 index 0000000..153313d --- /dev/null +++ b/configs/bsp.ref @@ -0,0 +1,21 @@ +includes: + - file: ptxdist.ref +ptxdist_toolchain_hardening: + history: + ptxdist.ref: + description: > + All toolchain hardening options should be enabled. + analyzer: > + kconfig.PTXPlatformConfig().enabled + present: + - TARGET_HARDEN_BINDNOW + - TARGET_HARDEN_FORTIFY + - TARGET_HARDEN_PIE + - TARGET_HARDEN_RELRO + optional: + - '*' + absent: + - TARGET_HARDEN_STACK_NONE + absent: + - TARGET_HARDEN_PIE +# vim: syntax=yaml -- cgit v1.2.3