Skip to content

xwayland: Make X11 sockets world writable

Olivier Fourdan requested to merge ofourdan/mutter:issue1468 into main

The X11 server has its own authentication mechanism, we do not (and should not) need to rely on UNIX permissions for that, otherwise that prevents X11 clients from other users from connecting to the Xserver even though the X11 credentials are valid.

Make sure we create sockets writable to all.

Closes: #1468

CC: @daenzer

Merge request reports