ksud: sepolicy support

This commit is contained in:
tiann
2023-01-31 18:47:15 +08:00
parent 2a88cca50c
commit 3413f4a4fe
6 changed files with 773 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ mod ksu;
mod module;
mod restorecon;
mod utils;
mod sepolicy;
fn main() -> anyhow::Result<()> {
cli::run()