mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 06:45:08 +00:00
Update selinux
This commit is contained in:
@@ -110,7 +110,7 @@ sepolicy *sepolicy::compile_split() {
|
||||
#if MAGISK_DEBUG
|
||||
cil_set_log_level(CIL_INFO);
|
||||
#endif
|
||||
cil_set_log_handler(+[](int lvl, char* msg) {
|
||||
cil_set_log_handler(+[](int lvl, const char *msg) {
|
||||
if (lvl == CIL_ERR) {
|
||||
LOGE("cil: %s", msg);
|
||||
} else if (lvl == CIL_WARN) {
|
||||
|
Reference in New Issue
Block a user