summarylogtreecommitdiffstats
path: root/zoom-firejail
diff options
context:
space:
mode:
authorExcitable Snowball2020-05-26 21:39:35 -0700
committerExcitable Snowball2020-05-26 21:39:35 -0700
commit58b4f61385882e655c51e5502f190d0386c3b949 (patch)
tree61ebfa5dae1668e85c16a03f84a01eb0450bcca8 /zoom-firejail
parent5c1e9fb69ef94cf8e477db20604a458e7473dac0 (diff)
downloadaur-58b4f61385882e655c51e5502f190d0386c3b949.tar.gz
0.1.5 - workaround for fish shell users
https://github.com/netblue30/firejail/issues/3434
Diffstat (limited to 'zoom-firejail')
-rwxr-xr-xzoom-firejail3
1 files changed, 2 insertions, 1 deletions
diff --git a/zoom-firejail b/zoom-firejail
index 46c3390b9104..9bae8d100f43 100755
--- a/zoom-firejail
+++ b/zoom-firejail
@@ -1,2 +1,3 @@
#!/bin/sh
-/usr/bin/firejail -- zoom "$@"
+# `--shell=none` is a workaround for https://github.com/netblue30/firejail/issues/3434
+/usr/bin/firejail --shell=none -- zoom "$@"