Skip to content

Commit

Permalink
Update code date: Asia/Shanghai: 2024-12-19-09:46
Browse files Browse the repository at this point in the history
> Etc/UTC: 2024-12-19-01:46

Signed-off-by: xiaoxindada <2245062854@qq.com>
  • Loading branch information
xiaoxindada committed Dec 19, 2024
1 parent 6e44f3b commit c558707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magisk_config.prop
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
magisk.stubVersion=40
magisk.versionCode=28101
magisk.ondkVersion=r28.1
magisk.version=dadba44c
magisk.version=5885b8c2
2 changes: 1 addition & 1 deletion src/core/su/su_daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void su_info::check_db() {
}

// We need to check our manager
if (access.log || access.notify) {
if (access.policy == QUERY || access.log || access.notify) {
mgr_uid = get_manager(to_user_id(eval_uid), &mgr_pkg, true);
}
}
Expand Down

0 comments on commit c558707

Please sign in to comment.