From f86c71efc532a76d74cc6574df1a5d63ec8063bb Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:26:55 +0800 Subject: [PATCH] Compilation fix --- kernel/allowlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/allowlist.c b/kernel/allowlist.c index 104878a5..bd32bac2 100644 --- a/kernel/allowlist.c +++ b/kernel/allowlist.c @@ -604,7 +604,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); - save_allow_list(); + persistent_allow_list(); pr_info("pending_root: UID=%d removed and persist updated\n", uid); } #endif \ No newline at end of file