From a13179cd09d6b5e020de1c1a94a2446dd7f33a3f Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:21:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0KPM=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E4=BB=A5=E6=94=AF=E6=8C=81KPM=E7=9B=B8=E5=85=B3=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userspace/ksud/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/ksud/src/main.rs b/userspace/ksud/src/main.rs index a91fc0cb..e0543d73 100644 --- a/userspace/ksud/src/main.rs +++ b/userspace/ksud/src/main.rs @@ -14,6 +14,7 @@ mod restorecon; mod sepolicy; mod su; mod utils; +mod kpm; fn main() -> anyhow::Result<()> { cli::run()