From 9c9fd84775cec1e69c1459b51af7d22f3223b06b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Apr 23 2019 11:52:48 +0000 Subject: Allow statx in seccomp.json file --- diff --git a/docker.spec b/docker.spec index de37712..bd82489 100644 --- a/docker.spec +++ b/docker.spec @@ -93,7 +93,7 @@ Name: %{repo} Epoch: 2 %endif Version: 1.13.1 -Release: 66.git%{shortcommit_docker}%{?dist} +Release: 67.git%{shortcommit_docker}%{?dist} Summary: Automates deployment of containerized applications License: ASL 2.0 URL: https://%{provider}.%{provider_tld}/projectatomic/%{repo} @@ -947,6 +947,9 @@ exit 0 %{_unitdir}/%{repo}-lvm-plugin.* %changelog +* Mon Apr 22 2019 Dan Walsh - 2:1.13.1-67.git1185cfd +- Allow statx in seccomp.json file + * Tue Feb 12 2019 Lokesh Mandvekar - 2:1.13.1-66.git1185cfd - Resolves: #1659245 - disable unit-test subpackage - BR: make @@ -955,6 +958,9 @@ exit 0 - Resolves: #1664908, #1674491 - Security fix for CVE-2019-5736 - use setup instead of autosetup to add runc cve patch +* Thu Jan 31 2019 Fedora Release Engineering - 2:1.13.1-64.git1185cfd +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jan 19 2019 Lokesh Mandvekar - 2:1.13.1-63.git1185cfd - Resolves: #1666565, #1666566 - CVE-2018-20699 - Resolves: #1663068, #1667622 - umount all procfs and sysfs with --no-pivot diff --git a/seccomp.json b/seccomp.json index 4286aea..fe9eda5 100644 --- a/seccomp.json +++ b/seccomp.json @@ -322,6 +322,7 @@ "stat64", "statfs", "statfs64", + "statx", "symlink", "symlinkat", "sync",