add statx to seccomp.json to containers-config

This commit is contained in:
Daniel J Walsh 2018-06-21 12:45:50 -04:00
parent f12171e5a9
commit 949c672383
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
2 changed files with 5 additions and 1 deletions

View File

@ -322,6 +322,7 @@
"stat64",
"statfs",
"statfs64",
"statx",
"symlink",
"symlinkat",
"sync",

View File

@ -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 <dwalsh@redhat.com> - 0.1.31-6.git0144aa8
- add statx to seccomp.json to containers-config
* Thu Jun 7 2018 dwalsh <dwalsh@redhat.com> - 0.1.31-5.git0144aa8
- add seccomp.json to containers-config