summarylogtreecommitdiffstats
path: root/fix-seccomp-sandbox-bug.patch
diff options
context:
space:
mode:
authorJohn K. Luebs2017-09-10 20:45:25 -0400
committerJohn K. Luebs2017-09-10 20:45:41 -0400
commit025d01ec05dfa531c16e280a67a524b5ef1dd081 (patch)
tree5ec24116aa1550a30e5a6f9eda2acab8eacdd5b2 /fix-seccomp-sandbox-bug.patch
parente0cc1567f43a1e74160b18f3b2dd26c6ba1514e0 (diff)
downloadaur-025d01ec05dfa531c16e280a67a524b5ef1dd081.tar.gz
Upgrade and workaround for seccomp bug with Qt 5.8.0
Diffstat (limited to 'fix-seccomp-sandbox-bug.patch')
-rw-r--r--fix-seccomp-sandbox-bug.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix-seccomp-sandbox-bug.patch b/fix-seccomp-sandbox-bug.patch
new file mode 100644
index 000000000000..38a01226d6e6
--- /dev/null
+++ b/fix-seccomp-sandbox-bug.patch
@@ -0,0 +1,11 @@
+--- 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
+@@ -1,7 +1,7 @@
+ #!/bin/bash
+
+ commandtorun=''
+-arguments=$@
++arguments="--disable-seccomp-filter-sandbox $@"
+ if [[ "$1" = "--gdb" ]]
+ then commandtorun="gdb"
+ arguments=''