Skip to content

Commit 2dac4d7

Browse files
authored
Merge pull request #584 from cgwalters/test-selinux-full
ci: Fully test file labeling post-install
2 parents dda4aaf + 0d93380 commit 2dac4d7

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)