From: Alexander Popov Date: Sat, 22 Apr 2023 14:50:25 +0000 (+0300) Subject: Check that CoreSight Tracing Support is disabled (to cut attack surface) X-Git-Tag: v0.6.6~173 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=21170ca63487253f75dbe8c0567d53fe32522a7d;hp=21170ca63487253f75dbe8c0567d53fe32522a7d;p=kconfig-hardened-check.git Check that CoreSight Tracing Support is disabled (to cut attack surface) The CONFIG_CORESIGHT framework provides a kernel interface for the CoreSight debug and trace drivers for ARM/ARM64. It's better to have it disabled to cut attack surface. ---