Commit bf2f823b authored by topjohnwu's avatar topjohnwu

Prune unused UID at boot

parent d0c42269
...@@ -291,6 +291,7 @@ void post_fs_data(int client) { ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment