summaryrefslogtreecommitdiff
path: root/app-containers/podman/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-30 05:39:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-30 05:39:05 +0100
commit49fadb6686800eac5ce039896df6437ac7240c8c (patch)
treebb8d772a99971082b6958d589874e7db938cd2ca /app-containers/podman/files
parenta55dc4dc2b72859e439db575f57f02ce4ba700f1 (diff)
gentoo auto-resync : 30:09:2023 - 05:39:05
Diffstat (limited to 'app-containers/podman/files')
-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!)