Skip to content

Commit 0d93380

Browse files
committed
ci: Fully test file labeling post-install
Now that we've started to label the last holdout in the `.ostree.cfs` superblock, let's verify everything is properly labeled. Signed-off-by: Colin Walters <[email protected]>
1 parent dda4aaf commit 0d93380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-integration/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub(crate) fn run_alongside(image: &str, mut testargs: libtest_mimic::Arguments)
110110
cmd!(sh, "sudo {BASE_ARGS...} {target_args...} {image} bootc install to-existing-root --acknowledge-destructive {generic_inst_args...}").run()?;
111111
let root = &Dir::open_ambient_dir("/ostree", cap_std::ambient_authority()).unwrap();
112112
let mut path = PathBuf::from(".");
113-
crate::selinux::verify_selinux_recurse(root, &mut path, true)?;
113+
crate::selinux::verify_selinux_recurse(root, &mut path, false)?;
114114
Ok(())
115115
}),
116116
Trial::test("without an install config", move || {

0 commit comments

Comments
 (0)