Skip to content

Commit bbc4be3

Browse files
committed
cli: Downgrade install_t warning
This is expected the *first* time. Signed-off-by: Colin Walters <[email protected]>
1 parent 39e1399 commit bbc4be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ fn prepare_for_write() -> Result<()> {
910910
crate::cli::require_root(false)?;
911911
ensure_self_unshared_mount_namespace()?;
912912
if crate::lsm::selinux_enabled()? && !crate::lsm::selinux_ensure_install()? {
913-
tracing::warn!("Do not have install_t capabilities");
913+
tracing::debug!("Do not have install_t capabilities");
914914
}
915915
ENTERED.store(true, Ordering::SeqCst);
916916
Ok(())

0 commit comments

Comments
 (0)