cryptfs-password-manager icon indicating copy to clipboard operation
cryptfs-password-manager copied to clipboard

Disable app for FBE

Open jomo opened this issue 7 years ago • 0 comments

You're currently checking checking for ro.crypto.state == encrypted but you should also check for ro.crypto.type == block.
Cryptfs is pointless for File-Based Encryption (FBE).

See also here and here.

jomo avatar Nov 04 '18 09:11 jomo