We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e1399 commit bbc4be3Copy full SHA for bbc4be3
crates/lib/src/cli.rs
@@ -910,7 +910,7 @@ fn prepare_for_write() -> Result<()> {
910
crate::cli::require_root(false)?;
911
ensure_self_unshared_mount_namespace()?;
912
if crate::lsm::selinux_enabled()? && !crate::lsm::selinux_ensure_install()? {
913
- tracing::warn!("Do not have install_t capabilities");
+ tracing::debug!("Do not have install_t capabilities");
914
}
915
ENTERED.store(true, Ordering::SeqCst);
916
Ok(())
0 commit comments