diff --git a/container/univention-docker/conffiles/etc/docker/seccomp-systemd.json b/container/univention-docker/conffiles/etc/docker/seccomp-systemd.json index ef27019e9d..f4f9ef7aa0 100644 --- a/container/univention-docker/conffiles/etc/docker/seccomp-systemd.json +++ b/container/univention-docker/conffiles/etc/docker/seccomp-systemd.json @@ -1582,6 +1582,11 @@ "action": "SCMP_ACT_ALLOW", "args": [] }, + { + "name": "statx", + "action": "SCMP_ACT_ALLOW", + "args": [] + }, { "name": "clone", "action": "SCMP_ACT_ALLOW", diff --git a/test/ucs-ec2-tools b/test/ucs-ec2-tools index 2428648696..c167730c31 160000 --- a/test/ucs-ec2-tools +++ b/test/ucs-ec2-tools @@ -1 +1 @@ -Subproject commit 242864869656fa372cf2dec3e3a26e5c4e403a81 +Subproject commit c167730c31931748eb2a440470fd352a9b6875b0