-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CorpseFinder false positives for encrypted secondary user profiles #105
Labels
Comments
|
d4rken
added a commit
that referenced
this issue
Apr 9, 2023
…), i.e. extra user profiles that have not been used since boot. Fixes #105
d4rken
added a commit
that referenced
this issue
Apr 9, 2023
…), i.e. extra user profiles that have not been used since boot. Fixes #105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spin off ticket from #44
Affects SD Maid v0.6.0+
Running the CorpseFinder with root on a device with multiple user profiles can yield false positives after a fresh boot.
If SD Maid is run from the primary user account, and a secondary user-account exists, it's possible that the secondary user credentials have not been entered yet, so the secondary storage is still encrypted and the filenames too.
So instead of
/data_mirror/data_ce/null/10/com.topjohnwu.magisk
we get something like
/data_mirror/data_ce/null/10/H3C2fAAAAAAVlFnADbp8tqbxVFSnoLNJjInBGpx7RqqpgU9YKhP+0A
eu.darken.sdmse_logfile_1680699762427.log.zip
Originally posted by @djocqer in #44 (comment)
The text was updated successfully, but these errors were encountered: