kernel: Resolve compilation issues

This commit is contained in:
ShirkNeko
2025-11-06 13:48:26 +08:00
parent e6436b340c
commit 132e9ef8ed
7 changed files with 22 additions and 26 deletions

View File

@@ -588,7 +588,7 @@ void ksu_temp_revoke_root_once(uid_t uid)
strcpy(profile.rp_config.profile.selinux_domain, KSU_DEFAULT_SELINUX_DOMAIN);
ksu_set_app_profile(&profile, false);
persistent_allow_list();
save_allow_list();
pr_info("pending_root: UID=%d removed and persist updated\n", uid);
}
#endif