If I had to guess it's for screen sharing.
Ask HN: Why does Zoom Desktop examine all processes and arguments?
11–20 of 277 posts
If so that seems like a great place for someone like Apple or Microsoft to offer an API to bolster security and privacy
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#12> Is there any way to prevent it?
Use a flatpak
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#13> 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.
I think only Wayland has real security, X11 lets you do anything
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#14If I had to guess it's for screen sharing.
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.
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#15Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#16> 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?
#17(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?
#18If I had to guess it's for screen sharing.
Enumerating window handles and titles would be more suited to that. It will need that anyway to share the window. On a multi-user system, it could see processes attached to displays it has no access to.
Re: Ask HN: Why does Zoom Desktop examine all processes and arguments?
#19Zoom is basically malware with video chat.
Elaborate please