From 449701c43a212cf99e71d1860a5c0f5a73fdb097 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 25 Aug 2021 14:37:19 -0400 Subject: [PATCH] Add memfd_secret to seccomp.json --- containers-common.spec | 5 ++++- seccomp.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/containers-common.spec b/containers-common.spec index 10c436f..7f97d42 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -15,7 +15,7 @@ Epoch: 4 Name: containers-common Version: 1 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildArch: noarch @@ -150,6 +150,9 @@ ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secret %{_datadir}/rhel/secrets/* %changelog +* Wed Aug 25 2021 Dan Walsh - 4:1-26 +- Add memfd_secret to seccomp.json + * Thu Aug 12 2021 Dan Walsh - 4:1-25 - Update to grab latest man pages and configuration files diff --git a/seccomp.json b/seccomp.json index af28b62..f398367 100644 --- a/seccomp.json +++ b/seccomp.json @@ -242,6 +242,7 @@ "madvise", "mbind", "memfd_create", + "memfd_secret", "mincore", "mkdir", "mkdirat",