From d34cacf7e12b93736b4bcbc9c2326b9a924a6f6d Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 16 Nov 2020 23:07:56 +0200 Subject: [PATCH] WIP: use PPA to provide newer libseccomp version --- ipatests/azure/Dockerfiles/seccomp.json | 1 + ipatests/azure/templates/test-jobs.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ipatests/azure/Dockerfiles/seccomp.json b/ipatests/azure/Dockerfiles/seccomp.json index c269d92e5a0..d5a5631facb 100644 --- a/ipatests/azure/Dockerfiles/seccomp.json +++ b/ipatests/azure/Dockerfiles/seccomp.json @@ -90,6 +90,7 @@ "exit", "exit_group", "faccessat", + "faccessat2", "fadvise64", "fadvise64_64", "fallocate", diff --git a/ipatests/azure/templates/test-jobs.yml b/ipatests/azure/templates/test-jobs.yml index 4f9abf394ad..1ccf907fe9c 100644 --- a/ipatests/azure/templates/test-jobs.yml +++ b/ipatests/azure/templates/test-jobs.yml @@ -12,7 +12,11 @@ steps: moreutils \ rng-tools \ systemd-coredump \ - python3-docker + python3-docker \ + software-properties-common + sudo add-apt-repository -y ppa:abbra/freeipa-libseccomp + sudo apt-get update + sudo apt-get install -y libseccomp2 # ubuntu's one is too old: different API python3 -m pip install docker --user displayName: Install Host's tests requirements