ksud: fix mount view of manager when 'umount modules by default' is enabled
This commit is contained in:
@@ -3,7 +3,6 @@ use anyhow::{anyhow, bail, Ok, Result};
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||
use anyhow::Context;
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||
use rustix::{fd::AsFd, fs::CWD, mount::*};
|
||||
|
||||
use crate::defs::KSU_OVERLAY_SOURCE;
|
||||
|
||||
Reference in New Issue
Block a user