diff --git a/src/entrypoints/muscl.rs b/src/entrypoints/muscl.rs index 54b7023..343c558 100644 --- a/src/entrypoints/muscl.rs +++ b/src/entrypoints/muscl.rs @@ -314,7 +314,7 @@ fn handle_dynamic_completion() -> anyhow::Result> { if std::env::var_os("COMPLETE").is_some() { #[cfg(feature = "suid-sgid-mode")] if executing_in_suid_sgid_mode()? { - use crate::core::bootstrap::drop_privs; + use muscl_lib::core::bootstrap::drop_privs; drop_privs()? }