mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 06:45:08 +00:00
Minor code cleanups
This commit is contained in:
@@ -143,7 +143,7 @@ sepolicy *sepolicy::compile_split() {
|
||||
sprintf(path, SYSEXT_POLICY_DIR "mapping/%s.cil", plat_ver);
|
||||
if (access(path, R_OK) == 0)
|
||||
load_cil(db, path);
|
||||
|
||||
|
||||
cil_file = SYSEXT_POLICY_DIR "system_ext_sepolicy.cil";
|
||||
if (access(cil_file, R_OK) == 0)
|
||||
load_cil(db, cil_file);
|
||||
|
Reference in New Issue
Block a user