summarylogtreecommitdiffstats
path: root/fix-seccomp-sandbox-bug.patch
diff options
context:
space:
mode:
authorfrederik2019-11-12 00:47:21 +0100
committerfrederik2019-11-12 00:47:21 +0100
commit0e9338100ccbc4df38ca1791cd88a6fb28e3e6a6 (patch)
tree01877128cfff3280b3ce2ff7358dffc06c6d3fdd /fix-seccomp-sandbox-bug.patch
parent28e1bc96f9ed6050c24c0a79095451da92a577fc (diff)
downloadaur-0e9338100ccbc4df38ca1791cd88a6fb28e3e6a6.tar.gz
hipchat: fix patching
Diffstat (limited to 'fix-seccomp-sandbox-bug.patch')
-rw-r--r--fix-seccomp-sandbox-bug.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/fix-seccomp-sandbox-bug.patch b/fix-seccomp-sandbox-bug.patch
index 38a01226d6e6..3281d17fc098 100644
--- a/fix-seccomp-sandbox-bug.patch
+++ b/fix-seccomp-sandbox-bug.patch
@@ -1,8 +1,9 @@
---- hipchat-4.30.0.1663/opt/HipChat4/bin/QtWebEngineProcess.orig 2017-09-10 20:40:15.745339729 -0400
-+++ hipchat-4.30.0.1663/opt/HipChat4/bin/QtWebEngineProcess 2017-09-10 20:40:38.134780623 -0400
+diff -aur hipchat-4.30.5.1680/opt/HipChat4/bin/QtWebEngineProcess hipchat-new/opt/HipChat4/bin/QtWebEngineProcess
+--- opt/HipChat4/bin/QtWebEngineProcess 2018-07-25 10:17:47.000000000 +0200
++++ opt/HipChat4/bin/QtWebEngineProcess 2019-11-12 00:44:05.783103355 +0100
@@ -1,7 +1,7 @@
#!/bin/bash
-
+
commandtorun=''
-arguments=$@
+arguments="--disable-seccomp-filter-sandbox $@"