]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- remove broken, obsolete patch (not needed and applies in wrong place) auto/th/systemd-242-2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 29 Aug 2019 00:28:04 +0000 (02:28 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 29 Aug 2019 00:28:04 +0000 (02:28 +0200)
systemd-seccomp_disable_on_i386.patch [deleted file]
systemd.spec

diff --git a/systemd-seccomp_disable_on_i386.patch b/systemd-seccomp_disable_on_i386.patch
deleted file mode 100644 (file)
index ccc0c33..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-commit e798dcbc24681f9516be4e18dfbe916cf9fa44bf
-Author: Dave Reisner <dreisner@archlinux.org>
-Date:   Wed Nov 9 08:00:26 2016 -0500
-
-    disable RestrictAddressFamilies on i686
-    
-    Shit's broke, yo.
-    
-    https://github.com/systemd/systemd/issues/4575
-
-diff --git a/src/core/execute.c b/src/core/execute.c
-index 8f06abf81..fb03b1b36 100644
---- a/src/core/execute.c
-+++ b/src/core/execute.c
-@@ -1329,6 +1329,10 @@ static int apply_address_families(const Unit* u, const ExecContext *c) {
-         Iterator i;
-         int r;
-+#if defined(__i386__)
-+        return 0;
-+#endif
-+
-         assert(c);
-         if (skip_seccomp_unavailable(u, "RestrictAddressFamilies="))
index d1d2abc23e18284bb838e47407564d6fbfc316fa..409705787ed5af39934af36f2ae72b31cfa55db8 100644 (file)
@@ -76,7 +76,6 @@ Patch11:      optional-tmp-on-tmpfs.patch
 Patch12:       uids_gids.patch
 Patch13:       sysctl.patch
 Patch14:       pld-pam-%{name}-user.patch
-Patch15:       %{name}-seccomp_disable_on_i386.patch
 Patch16:       gcc9.patch
 URL:           https://www.freedesktop.org/wiki/Software/systemd/
 BuildRequires: acl-devel
@@ -673,7 +672,6 @@ Uzupełnianie parametrów w zsh dla poleceń udev.
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
-%patch15 -p1
 %patch16 -p1
 
 cp -p %{SOURCE2} src/systemd_booted.c
This page took 0.651219 seconds and 4 git commands to generate.