2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-05 20:05:11 +00:00

Cleanup implementation

This commit is contained in:
topjohnwu
2023-05-18 20:26:20 -07:00
parent 17569005a4
commit cd7a335d0f
5 changed files with 126 additions and 115 deletions

View File

@@ -264,7 +264,8 @@ void load_modules() {
strcpy(b, "system.prop");
if (access(buf, F_OK) == 0) {
LOGI("%s: loading [system.prop]\n", module);
load_prop_file(buf, false);
// Do NOT go through property service as it could cause boot lock
load_prop_file(buf, true);
}
// Check whether skip mounting