ksud: sepolicy support

This commit is contained in:
tiann
2023-01-31 18:47:15 +08:00
parent 971e6292e4
commit 4852beec79
6 changed files with 773 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ mod ksu;
mod module;
mod restorecon;
mod utils;
mod sepolicy;
fn main() -> anyhow::Result<()> {
cli::run()