summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2017-08-15 16:57:52 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-08-18 11:24:05 +0200
commitd1a5e0898ce4cbd65af0e14a7e4de5da6c6fe030 (patch)
tree9ce4d9d85415c4d9375bcadc43d834d100c7127c /configs
parentd6cce71664483807a720557afb73aef2396850d1 (diff)
downloadDistroKit-d1a5e0898ce4cbd65af0e14a7e4de5da6c6fe030.tar.gz
DistroKit-d1a5e0898ce4cbd65af0e14a7e4de5da6c6fe030.tar.xz
bsp.ref: remove unnecessary hardening override
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/bsp.ref20
1 files changed, 2 insertions, 18 deletions
diff --git a/configs/bsp.ref b/configs/bsp.ref
index dbce804..97e0f98 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -1,27 +1,11 @@
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