blob: dbce8046addc9fd6ff527b0562b0bca51069b7b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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
ptxdist_debug_sftp:
description: |
In DistroKit, it is possible to access the target filesystem via
p9, at least on qemu-vexpress. This might be enabled later again,
once we do more testing on real hardware.
value: False
# vim: syntax=yaml
|