eve
eve copied to clipboard
[WIP] Replace fscrypt related operations with calls to fscrypt library
Replace the fscrypt related operations in the ext4 handler with calls to the fscrypt library instead of using the fscrypt binary and parsing the output using regex which was error-prone and inefficient.
- [x] getProtectorIDByName
- [ ] getRemoveProtectorParams
- [ ] isFscryptEnabled
- [ ] getVaultStatus
- [ ] getPolicyIDByProtectorID
- [ ] etc.
@shjala I was thinking of it but people complain that the API is not stable