diff options
Diffstat (limited to 'app-containers/podman/files/podman-5.2.5-togglable-seccomp.patch')
-rw-r--r-- | app-containers/podman/files/podman-5.2.5-togglable-seccomp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-containers/podman/files/podman-5.2.5-togglable-seccomp.patch b/app-containers/podman/files/podman-5.2.5-togglable-seccomp.patch new file mode 100644 index 000000000000..dcfe44956865 --- /dev/null +++ b/app-containers/podman/files/podman-5.2.5-togglable-seccomp.patch @@ -0,0 +1,10 @@ +--- a/Makefile ++++ b/Makefile +@@ -56,7 +56,6 @@ BUILDTAGS ?= \ + $(shell hack/systemd_tag.sh) \ + $(shell hack/libsubid_tag.sh) \ + exclude_graphdriver_devicemapper \ +- seccomp + # allow downstreams to easily add build tags while keeping our defaults + BUILDTAGS += ${EXTRA_BUILDTAGS} + # N/B: This value is managed by Renovate, manual changes are |