Commit 029bd7f4 by Alexander Popov

Maybe SHADOW_CALL_STACK should be alternative to STACKPROTECTOR_STRONG

parent ff5a84ba
...@@ -406,7 +406,7 @@ def construct_checklist(l, arch): ...@@ -406,7 +406,7 @@ def construct_checklist(l, arch):
l += [AND(OptCheck('self_protection', 'my', 'AMD_IOMMU_V2', 'y'), l += [AND(OptCheck('self_protection', 'my', 'AMD_IOMMU_V2', 'y'),
iommu_support_is_set)] iommu_support_is_set)]
if arch == 'ARM64': if arch == 'ARM64':
l += [OptCheck('self_protection', 'my', 'SHADOW_CALL_STACK', 'y')] l += [OptCheck('self_protection', 'my', 'SHADOW_CALL_STACK', 'y')] # maybe it should be alternative to STACKPROTECTOR_STRONG
# 'security_policy' # 'security_policy'
if arch in ('X86_64', 'ARM64', 'X86_32'): if arch in ('X86_64', 'ARM64', 'X86_32'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment