Revert "Disable BTI for now."
This reverts commit c75994d623
.
Reason for revert: BTI shipped in S, and we're going to work on app compat outreach rather than regress this security feature.
Bug: https://issuetracker.google.com/216395195
Bug: https://issuetracker.google.com/233339366
Change-Id: Ic7143d756907ceb574a686258751840ce62c920f
Merged-In: Ic7143d756907ceb574a686258751840ce62c920f
This commit is contained in:
@@ -33,9 +33,7 @@ var (
|
|||||||
},
|
},
|
||||||
"armv8-a-branchprot": []string{
|
"armv8-a-branchprot": []string{
|
||||||
"-march=armv8-a",
|
"-march=armv8-a",
|
||||||
// Disable BTI until drm vendors stop using OS libraries as sources
|
"-mbranch-protection=standard",
|
||||||
// of gadgets (https://issuetracker.google.com/216395195).
|
|
||||||
"-mbranch-protection=pac-ret",
|
|
||||||
},
|
},
|
||||||
"armv8-2a": []string{
|
"armv8-2a": []string{
|
||||||
"-march=armv8.2-a",
|
"-march=armv8.2-a",
|
||||||
|
Reference in New Issue
Block a user