Prune unused UID at boot

This commit is contained in:
topjohnwu 2022-05-29 23:43:22 -07:00
parent d0c4226997
commit bf2f823b8c
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ void post_fs_data(int client) {
unlock_blocks();
mount_mirrors();
prune_su_access();
if (access(SECURE_DIR, F_OK) != 0) {
if (SDK_INT < 24) {