[packages/systemd] - rel 5; add disable seccomp on i686 patch (fixed upstream in 233)

cactus cactus at pld-linux.org
Tue Mar 14 23:16:15 CET 2017


commit 288a696164b70ac965ae0a1297a3e9c76962a62e
Author: Bartlomiej Zimon <uzi18 at o2.pl>
Date:   Tue Mar 14 23:16:01 2017 +0100

    - rel 5; add disable seccomp on i686 patch (fixed upstream in 233)

 systemd-seccomp_disable_on_i386.patch | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
---
diff --git a/systemd-seccomp_disable_on_i386.patch b/systemd-seccomp_disable_on_i386.patch
new file mode 100644
index 0000000..ccc0c33
--- /dev/null
+++ b/systemd-seccomp_disable_on_i386.patch
@@ -0,0 +1,25 @@
+commit e798dcbc24681f9516be4e18dfbe916cf9fa44bf
+Author: Dave Reisner <dreisner at 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="))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/288a696164b70ac965ae0a1297a3e9c76962a62e



More information about the pld-cvs-commit mailing list