diff options
author | Chris Evich <cevich@redhat.com> | 2021-08-02 16:22:59 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-08-18 12:04:06 -0400 |
commit | dc70382886c9ae14c57277eabe3d2ce552c618fd (patch) | |
tree | dba0d6ced0936234503ad85c3f20117b30b08f62 /contrib | |
parent | 77f665200b81737da0c02c0ce97a183d57c602d3 (diff) | |
download | podman-dc70382886c9ae14c57277eabe3d2ce552c618fd.tar.gz podman-dc70382886c9ae14c57277eabe3d2ce552c618fd.tar.bz2 podman-dc70382886c9ae14c57277eabe3d2ce552c618fd.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-x | contrib/cirrus/setup_environment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 3f2176fd6..e4c95631c 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -208,7 +208,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) ;& |