Skip to content

Commit

Permalink
Merge pull request #584 from cgwalters/test-selinux-full
Browse files Browse the repository at this point in the history
ci: Fully test file labeling post-install
  • Loading branch information
cgwalters committed Jun 4, 2024
2 parents dda4aaf + 0d93380 commit 2dac4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub(crate) fn run_alongside(image: &str, mut testargs: libtest_mimic::Arguments)
cmd!(sh, "sudo {BASE_ARGS...} {target_args...} {image} bootc install to-existing-root --acknowledge-destructive {generic_inst_args...}").run()?;
let root = &Dir::open_ambient_dir("/ostree", cap_std::ambient_authority()).unwrap();
let mut path = PathBuf::from(".");
crate::selinux::verify_selinux_recurse(root, &mut path, true)?;
crate::selinux::verify_selinux_recurse(root, &mut path, false)?;
Ok(())
}),
Trial::test("without an install config", move || {
Expand Down

0 comments on commit 2dac4d7

Please sign in to comment.