summarylogtreecommitdiffstats
path: root/fix-seccomp-sandbox-bug.patch
diff options
context:
space:
mode:
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=''