diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-05 11:00:06 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-05 19:54:18 -0500 |
| commit | 747616ae0a1db0bcf92c344973c96feadc4edda9 (patch) | |
| tree | 0536ef1fe0116fa65d6a3f4fd0b3c77877c2c186 /static | |
| parent | 46bb771a3ecc2a048ac7916802b913c6108c6f34 (diff) | |
clarify hardware CFI requirement
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index a568da8c..75f8efec 100644 --- a/static/faq.html +++ b/static/faq.html @@ -314,7 +314,7 @@ <li>Hardware accelerated virtualization usable by GrapheneOS (ideally pKVM to match Pixels but another usable implementation may be acceptable)</li> <li>Hardware memory tagging (ARM MTE or equivalent)</li> - <li>BTI/PAC, CET or equivalent</li> + <li>Hardware-based coarse grained Control Flow Integrity (CFI) for baseline coverage where type-based CFI isn't used or can't be deployed (BTI/PAC, CET IBT or equivalent)</li> <li>PXN, SMEP or equivalent</li> <li>PAN, SMAP or equivalent</li> <li>Isolated radios (cellular, Wi-Fi, Bluetooth, NFC, etc.), GPU, SSD, |
