Add memfd_secret to seccomp.json
This commit is contained in:
parent
e7b409f3a5
commit
449701c43a
@ -15,7 +15,7 @@
|
|||||||
Epoch: 4
|
Epoch: 4
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -150,6 +150,9 @@ ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secret
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 25 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-26
|
||||||
|
- Add memfd_secret to seccomp.json
|
||||||
|
|
||||||
* Thu Aug 12 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-25
|
* Thu Aug 12 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-25
|
||||||
- Update to grab latest man pages and configuration files
|
- Update to grab latest man pages and configuration files
|
||||||
|
|
||||||
|
@ -242,6 +242,7 @@
|
|||||||
"madvise",
|
"madvise",
|
||||||
"mbind",
|
"mbind",
|
||||||
"memfd_create",
|
"memfd_create",
|
||||||
|
"memfd_secret",
|
||||||
"mincore",
|
"mincore",
|
||||||
"mkdir",
|
"mkdir",
|
||||||
"mkdirat",
|
"mkdirat",
|
||||||
|
Loading…
Reference in New Issue
Block a user