summarylogtreecommitdiffstats
path: root/fix-seccomp-sandbox-bug.patch
blob: 3281d17fc09838c83fa9ca06253dcb1c730a1864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 $@"
 if [[ "$1" = "--gdb" ]]
     then commandtorun="gdb"
     arguments=''