From fd0066cdf6ed92ec6fe57aea52f9caf54b445ff6 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 12 Apr 2025 15:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20sukisu=5Fis=5Fcurrent=5Fui?= =?UTF-8?q?d=5Fmanager=20=E5=87=BD=E6=95=B0=E4=BB=A5=E4=BD=BF=E7=94=A8=20k?= =?UTF-8?q?su=5Fis=5Fmanager=20=E4=BB=A3=E6=9B=BF=20is=5Fmanager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/kpm/compact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kpm/compact.c b/kernel/kpm/compact.c index 9bece752..39c7a862 100644 --- a/kernel/kpm/compact.c +++ b/kernel/kpm/compact.c @@ -52,7 +52,7 @@ int sukisu_is_uid_should_umount(uid_t uid) { static int sukisu_is_current_uid_manager() { - return is_manager(); + return ksu_is_manager(); } static