From 949c672383f8dabac84b6593d00ba76700dbb132 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Jun 21 2018 16:45:50 +0000 Subject: add statx to seccomp.json to containers-config --- 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", diff --git a/skopeo.spec b/skopeo.spec index 3181630..a61ab75 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -31,7 +31,7 @@ Name: %{repo} Epoch: 1 %endif # centos Version: 0.1.31 -Release: 5.git%{shortcommit0}%{?dist} +Release: 6.git%{shortcommit0}%{?dist} Summary: Inspect Docker images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -323,6 +323,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Jun 21 2018 dwalsh - 0.1.31-6.git0144aa8 +- add statx to seccomp.json to containers-config + * Thu Jun 7 2018 dwalsh - 0.1.31-5.git0144aa8 - add seccomp.json to containers-config