ksud: Add userspace cli to load module
This commit is contained in:
10
userspace/ksud/src/main.rs
Normal file
10
userspace/ksud/src/main.rs
Normal file
@@ -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