aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2021-08-02 16:22:59 -0400
committerChris Evich <cevich@redhat.com>2021-08-17 16:16:25 -0400
commit37b22af331d445e7d20a4a0d71dd32d7d042d1c6 (patch)
tree420d15dd8d511215f6e3799625bfebb2a691d2b1 /contrib
parentdaa311db397eea0e9180cfc85d226ea0675b9cd7 (diff)
downloadpodman-37b22af331d445e7d20a4a0d71dd32d7d042d1c6.tar.gz
podman-37b22af331d445e7d20a4a0d71dd32d7d042d1c6.tar.bz2
podman-37b22af331d445e7d20a4a0d71dd32d7d042d1c6.zip
Fix AVC denials in tests of volume mounts
This becomes a problem on hosts with upgraded policies. Ref: https://github.com/containers/podman/issues/10522 Also, made a small change to compose-test setup to reduce runtime. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 86b8d78ef..ca35972d0 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -196,7 +196,7 @@ case "$TEST_FLAVOR" in
unit) ;;
apiv2) ;& # use next item
compose)
- dnf install -y $PACKAGE_DOWNLOAD_DIR/podman-docker*
+ rpm -ivh $PACKAGE_DOWNLOAD_DIR/podman-docker*
;& # continue with next item
int) ;&
sys) ;&