ksud: Implementing editable, removable mount points

This commit is contained in:
ShirkNeko
2025-11-07 13:15:07 +08:00
parent 9b209765c4
commit 4769065cfc
6 changed files with 403 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ mod restorecon;
mod sepolicy;
mod su;
mod uid_scanner;
mod umount_manager;
mod utils;
fn main() -> anyhow::Result<()> {