summaryrefslogtreecommitdiffstats
path: root/configs/bsp.ref
blob: 153313d2340af5852dda2f542a2a8d9c7e84bfb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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