diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-01-27 15:09:36 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-01-27 15:09:36 -0800 |
commit | 240d90c357148d228f209663768799b3d4e750d8 (patch) | |
tree | 2b5e4f54daf7ea85364c46150836c823662eac68 /zoom-firejail |
Squashed 'any/zoom-firejail/' content from commit 1bdafa9
git-subtree-dir: any/zoom-firejail
git-subtree-split: 1bdafa9bd8815433ebaedf64cc4f93f104b0b440
Diffstat (limited to 'zoom-firejail')
-rwxr-xr-x | zoom-firejail | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zoom-firejail b/zoom-firejail new file mode 100755 index 0000000..9bae8d1 --- /dev/null +++ b/zoom-firejail @@ -0,0 +1,3 @@ +#!/bin/sh +# `--shell=none` is a workaround for https://github.com/netblue30/firejail/issues/3434 +/usr/bin/firejail --shell=none -- zoom "$@" |