

Zoom has a browser version (however browser experience is not user friendly)heikkikk wrote:Zoom video conferencing app can't share screen.
Try with www-client/google-chrome or something else chromium-based. zoom does not support FF. But the experience is not good: comparing to skype, zoom does not provide single page experience (or I had no luck to find it), they return the whole website instead, and therefore it is not usable when started in chrome in app mode. And no trayicon with missed messages notification.Goverp wrote:firefox
Code: Select all
google-chrome-stable --disable-extensions --disable-plugins --disable-sync -–no-experiments --app=https://join.zoom.us
google-chrome-stable --disable-extensions --disable-plugins --disable-sync -–no-experiments --app=https://teams.microsoft.com
google-chrome-stable --disable-extensions --disable-plugins --disable-sync -–no-experiments --app=https://web.skype.comThat's a rather different story: While systemd is a decrease in security (due to its complexity), wayland is a gain in security. The fact that you cannot - in principle - avoid that your browser is reading the root password you type in another window alone is a reason to switch.tld wrote:Personally I couldn't have less desire to switch to anything than I do for Wayland...with the exception of systemd.
There are meanwhile tools which do that, AFAIK much more efficient than plain X, but I never tried. What you cannot do is share the whole screen due to mentioned security improvements.The lack of anything like X11 forwarding alone is enough to ice that one for me.


If you are interested in giving xorg less privileges, you can do the things I describe here.rab0171610 wrote:"wayland is a gain in security. The fact that you cannot - in principle - avoid that your browser is reading the root password you type in another window alone is a reason to switch. "
Please explain to me how a browser is going to capture me typing my root password in a terminal when that password is not even visible or in clear text? I do need that much security. There are other ways to make sure you are not being snooped and spied upon. Wayland is not clearly better for everyone. Maybe that is necessary and works in your use case but that doesn't make it true for everyone.

You say this it the default, how can it be turned off.Hu wrote:By default, Xorg allows processes to monitor keystroke events for windows other than their own. Therefore, if you type your root password in the xterm running /bin/su, other X11 clients can see it. Since it is a keylogger, rather than a screenscraper, the lack of echo does not impact it.

There is an attack vector difference betweenstefan11111 wrote:You say this it the default, how can it be turned off.Hu wrote:By default, Xorg allows processes to monitor keystroke events for windows other than their own. Therefore, if you type your root password in the xterm running /bin/su, other X11 clients can see it. Since it is a keylogger, rather than a screenscraper, the lack of echo does not impact it.
Then again, does it really mater that other programs can get your root password this way on a single-user system?
Practically, it cannot be turned off for an X application.stefan11111 wrote:]You say this it the default, how can it be turned off.
Yes. Attack scenario: You click a bad webpage which uses some of the regular browser exploits to read the keyboard from another window. Then if you type your root password, the compromised browser gets even root access for free on your machine.Then again, does it really mater that other programs can get your root password this way on a single-user system?
X11 sandboxing is quite resource intensive and inconvenient, though of course better than nothing if you are forced to use X.user wrote:How to mitigate? Do X11 sandboxing.
For example with bubblewrap and xpra or for easy usage but less learning curve with firejail
Big Wayland fan here, if you have the opportunity to switch to Wayland, DO IT!heikkikk wrote:Hi.
I have been thinking if it is already good time to switch to Wayland or not.
How about the performance with NVIDIA graohics card, is it working worse, equal or better than with xorg?
Thanks.