Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this more secure than direct install? #29

Open
simonfrey opened this issue Jul 28, 2020 · 5 comments
Open

Is this more secure than direct install? #29

simonfrey opened this issue Jul 28, 2020 · 5 comments

Comments

@simonfrey
Copy link

This setup works like a charm for me. Thanks for you work!
Is this actually more secure than running zoom locally? I like that if I kill the docker container I know that zoom is really not running anymore, but apart from that has it any security benefits?

@mdouchement
Copy link
Owner

You can restrict host file system access by specifying export ZOOM_HOME=${HOME}/zoomus on your host environment (Zoom may be too curious).

The main reason I've made this project was because 4 years ago, installing a video conferencing tool was a big mess and broke several times my OS. With Docker I was able to isolate dependencies and let my OS stable.

@ksobrenat32
Copy link

I have a noob question, where should I add export ZOOM_HOME=${HOME}/zoomus??

@mdouchement
Copy link
Owner

It depends on your configuration but generally in one of these files: ~/.bashrc, ~/.zshrc or ~/.profile.
You can also put the environment variable before the zoom command: ZOOM_HOME=${HOME}/zoomus zoom

@peaceful-james
Copy link

@mdouchement Thanks so much for creating this image! I was having a bad time trying to run Zoom on Trisquel OS without reducing/removing various security setting. I could run it in Firefox browser but video and audio was laggy and choppy to the point of being unusable.
Running in the container, the UI is slightly laggy but that's just X11 being X11. Video and audio and clear and I'm very happy.

I'm pretty sure this dockerized approach is more secure than running Zoom as an app on the host or in the browser on the host. Anyway, it's almost definitely not less secure.

@CholoTook
Copy link

I agree, it gives zoom less power to potentially abuse on your system, and allows to keep the 'base install' less bloated (and therefore more secure).

Really appreciate the script to get X11 working properly too. There are many ugly hacks out there, your script is really nice.

Having said all that, I think you can close this issue.

Create a FAQ if this question comes up again.

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants