mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-24 19:17:38 +00:00
Prune unused UID at boot
This commit is contained in:
parent
d0c4226997
commit
bf2f823b8c
@ -291,6 +291,7 @@ void post_fs_data(int client) {
|
|||||||
|
|
||||||
unlock_blocks();
|
unlock_blocks();
|
||||||
mount_mirrors();
|
mount_mirrors();
|
||||||
|
prune_su_access();
|
||||||
|
|
||||||
if (access(SECURE_DIR, F_OK) != 0) {
|
if (access(SECURE_DIR, F_OK) != 0) {
|
||||||
if (SDK_INT < 24) {
|
if (SDK_INT < 24) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user