projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3176783
)
Remember that SHADOW_CALL_STACK depends on clang
author
Alexander Popov
<alex.popov@linux.com>
Sat, 19 Jun 2021 15:22:23 +0000
(18:22 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sat, 19 Jun 2021 15:22:23 +0000
(18:22 +0300)
kconfig_hardened_check/__init__.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/__init__.py
b/kconfig_hardened_check/__init__.py
index d8d8f277eb3e32e6c9e4c31c94f045c03864441d..e47c5d402d46b64fb7735e6545a8f2895b3198ac 100644
(file)
--- a/
kconfig_hardened_check/__init__.py
+++ b/
kconfig_hardened_check/__init__.py
@@
-407,7
+407,7
@@
def construct_checklist(l, arch):
l += [AND(OptCheck('self_protection', 'my', 'AMD_IOMMU_V2', 'y'),
iommu_support_is_set)]
if arch == 'ARM64':
- l += [OptCheck('self_protection', 'my', 'SHADOW_CALL_STACK', 'y')] #
maybe it should be
alternative to STACKPROTECTOR_STRONG
+ l += [OptCheck('self_protection', 'my', 'SHADOW_CALL_STACK', 'y')] #
depends on clang, maybe it's
alternative to STACKPROTECTOR_STRONG
# 'security_policy'
if arch in ('X86_64', 'ARM64', 'X86_32'):