mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Install stub if necessary
This commit is contained in:
@ -82,7 +82,7 @@ void su_info::check_db() {
|
||||
|
||||
// We need to check our manager
|
||||
if (access.log || access.notify)
|
||||
mgr_uid = get_manager(to_user_id(eval_uid), &mgr_pkg);
|
||||
mgr_uid = get_manager(to_user_id(eval_uid), &mgr_pkg, true);
|
||||
}
|
||||
|
||||
bool uid_granted_root(int uid) {
|
||||
|
Reference in New Issue
Block a user