utils/genrandconfig: drop hardening Config enables
authorMatthew Weber <matthew.weber@collins.com>
Fri, 21 May 2021 13:17:52 +0000 (08:17 -0500)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 24 May 2021 13:29:26 +0000 (15:29 +0200)
commit4e55bc8a4dc31c6c848631d1034a6dbbe140492b
tree405d0475d6fb9c02307e4cce8abce1ba3fc9779c
parentcb1134bb79dde2ef1e457546c5064e82eaf63b63
utils/genrandconfig: drop hardening Config enables

Since 810ba387bec3c5b, some form of these options are enable
by default. Specifically:

- Kept FORTIFY level 2 option as the default is now level 1.
- Removed all SSP options as the default now uses the best
  option based on toolchain support.
- Similar to SSP, for RELRO, the default now uses the best
  option based on toolchain support.
- Completely drop PIC PIE as it defaults =y

Signed-off-by: Matthew Weber <matthew.weber@collins.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
utils/genrandconfig