diff options
author | Ed Santiago <santiago@redhat.com> | 2020-07-29 13:26:02 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2020-07-30 06:16:51 -0600 |
commit | 84f4b87c2e22afe0375c24936b1e6f15e731ea19 (patch) | |
tree | 906f6e8d4ae2c153caac0382cefb9f62bb583058 /contrib | |
parent | 117043040e18e473f3b2142576303349238a36a7 (diff) | |
download | podman-84f4b87c2e22afe0375c24936b1e6f15e731ea19.tar.gz podman-84f4b87c2e22afe0375c24936b1e6f15e731ea19.tar.bz2 podman-84f4b87c2e22afe0375c24936b1e6f15e731ea19.zip |
System tests: new system-df and passwd tests
- New test for #6991 - passwd file is writable even when
run with --userns=keep-id
- Enable another keep-id test, commented out due to #6593
- New test for podman system df
Also, independently, removed this line:
apt-get -y upgrade conmon
...because it's causing CI failures, probably because of the
boothole CVE, probably because the Ubuntu grub update was
rushed out. I believe it is safe to remove this, because
both Ubuntu 19 and 20 report:
conmon is already the newest version (2.0.18~1).
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 437a83c4b..e5f3168da 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -49,7 +49,6 @@ case "${OS_RELEASE_ID}" in if [[ "$OS_RELEASE_VER" == "20" ]]; then apt-get install -y python-is-python3 fi - apt-get upgrade -y conmon ;; fedora) # All SELinux distros need this for systemd-in-a-container |