duress password/PIN support

This commit is contained in:
Daniel Micay 2024-05-31 20:01:34 -04:00
parent 1bf80be2e4
commit d3d06a12c5

View File

@ -774,6 +774,8 @@
<p>Changes since the 2024052100 release:</p>
<ul>
<li>add support for setting a duress password and PIN for quickly wiping all hardware keystore keys to make all OS data unrecoverable followed by wiping eSIMs and then shutting down</li>
<li>disable unused adoptable storage support since it would complicate duress password support (support can be added if we ever support a device able to use it)</li>
<li>increase default max password length to 128 to improve support for strong diceware passphrases, which will become more practical for people who don't want biometric-only secondary unlock with our upcoming 2-factor fingerprint unlock feature</li>
<li>disable camera lockscreen shortcut functionality when camera access while locked is disabled to avoid the possibility of misconfiguration by adding the camera lockscreen shortcut and then forgetting to remove it when disabling camera access</li>
<li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.153</li>