Add new tests for app hiding

This commit is contained in:
topjohnwu
2024-12-17 22:11:01 -08:00
committed by John Wu
parent 820710c086
commit 5885b8c20d
15 changed files with 271 additions and 168 deletions

View File

@@ -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);
}
}