summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahil Bhimjiani <rahil3108@gmail.com>2023-09-26 23:27:03 +0530
committerZac Medico <zmedico@gentoo.org>2023-09-29 19:20:19 -0700
commitda6983c24d9d82773475b644f2f4e749da8b7d03 (patch)
treeed6d0818da378d4cfb18a3ec2c9e2f2674bdfe29 /app-containers/podman/files/seccomp-toggle-4.7.0.patch
parentnet-dns/c-ares: drop 1.19.0 (diff)
downloadgentoo-da6983c24d9d82773475b644f2f4e749da8b7d03.tar.gz
gentoo-da6983c24d9d82773475b644f2f4e749da8b7d03.tar.bz2
gentoo-da6983c24d9d82773475b644f2f4e749da8b7d03.zip
app-containers/podman: add 4.7.0 & live
Major rewrite based on upstream's instructions. Introducing 3 more USE flags - systemd, seccomp, wrapper (provides docker command) Closes: https://github.com/gentoo/gentoo/pull/33070 Closes: https://bugs.gentoo.org/911537 Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-containers/podman/files/seccomp-toggle-4.7.0.patch')
-rw-r--r--app-containers/podman/files/seccomp-toggle-4.7.0.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-containers/podman/files/seccomp-toggle-4.7.0.patch b/app-containers/podman/files/seccomp-toggle-4.7.0.patch
new file mode 100644
index 000000000000..17a09b601369
--- /dev/null
+++ b/app-containers/podman/files/seccomp-toggle-4.7.0.patch
@@ -0,0 +1,15 @@
+--- a/Makefile
++++ b/Makefile
+@@ -57,7 +57,11 @@
+ $(shell hack/systemd_tag.sh) \
+ $(shell hack/libsubid_tag.sh) \
+ exclude_graphdriver_devicemapper \
+- seccomp
++
++BUILD_SECCOMP ?= yes
++ifeq ($(BUILD_SECCOMP),yes)
++BUILDTAGS += seccomp
++endif
+ # N/B: This value is managed by Renovate, manual changes are
+ # possible, as long as they don't disturb the formatting
+ # (i.e. DO NOT ADD A 'v' prefix!)