diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-01-27 13:47:43 -0800 |
---|---|---|
committer | Your Name <you@example.com> | 2023-01-28 08:46:07 +0000 |
commit | 71f780e5d1beb8c7edbbc80d826faff42e6c0de7 (patch) | |
tree | 8ea769af90fc683c2d38ec52d936d4a4c8e6335f /zoom-firejail | |
parent | 1bdafa9bd8815433ebaedf64cc4f93f104b0b440 (diff) |
firejail 0.9.72 removed --shell= and set --shell=none as the default
Diffstat (limited to 'zoom-firejail')
-rwxr-xr-x | zoom-firejail | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zoom-firejail b/zoom-firejail index 9bae8d1..46c3390 100755 --- a/zoom-firejail +++ b/zoom-firejail @@ -1,3 +1,2 @@ #!/bin/sh -# `--shell=none` is a workaround for https://github.com/netblue30/firejail/issues/3434 -/usr/bin/firejail --shell=none -- zoom "$@" +/usr/bin/firejail -- zoom "$@" |