Earlier quoted context omitted.
Elaborate please
‘Zoom is malware’: why experts worry about the video conferencing platform https://www.theguardian.com/technology/2020/apr/02/zoom-tech... Zoom banned from New York City schools due to privacy and security flaws https://www.fastcompany.com/90486586/zoom-banned-from-new-yo... Google Told Its Workers That They Can’t Use Zoom On Their Laptops Anymore https://www.buzzfeednews.com/article/pranavdixit/google-bans... Elon M…
Ask HN: Why does Zoom Desktop examine all processes and arguments?
31–40 of 277 posts
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#32> Is there any way to prevent it? Put it into it's own namespace, and only allow it to connect to your X11 session over TCP.
Does that prevent it from reading from `/proc`?
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#33Earlier quoted context omitted.
Discord leaks which apps you're using to other people?
So does Steam. It’s... a little creepier when it’s taken beyond “advertise which games you’re playing so your friends can potentially join you”, though.
That is quite a difference from broadcasting the name of any binary it recognises.
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#34Hook the stat, openat, readlink functions within the zoom process, experiment with blocking (returning failure) based on arguments.
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#35> Is there any way to prevent it? Put it into it's own namespace, and only allow it to connect to your X11 session over TCP.
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#36Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#37And for people giving ways to prevent it, can you please provide some context for those of us who aren't OS experts?
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#38(incompetence here) Maybe it's like discord, it does the same to display messages like "$username is playing terraria right now"
Discord leaks which apps you're using to other people?
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#39And for people giving ways to prevent it, can you please provide some context for those of us who aren't OS experts?
With X = something the other end does not need to install, like Jitsi Meet for instance
*no need to explain that's because you uninstalled it and blocked its domain on your computer.
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#40Earlier quoted context omitted.
This. It enables single-app share, instead of just capturing entire displays.
Unless I'm missing something.. all of the required information is available through the X11 protocol. Reading the command lines of the processes is unnecessary and provides data that isn't useful in the window sharing context.