Install stub if necessary

This commit is contained in:
topjohnwu
2022-05-19 22:54:49 -07:00
parent a29ae15ff7
commit 351f0269ae
6 changed files with 46 additions and 32 deletions

View File

@ -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) {