kernel: Resolve compilation issues

This commit is contained in:
ShirkNeko
2025-11-06 14:50:46 +08:00
parent 54e1e3dda3
commit 3382574aad
7 changed files with 21 additions and 49 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