You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
ksud: Add userspace cli to load module
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
mod cli;
|
||||
mod event;
|
||||
mod module;
|
||||
mod defs;
|
||||
mod utils;
|
||||
mod restorecon;
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
cli::run()
|
||||
}
|
||||
Reference in New Issue
Block a user