NEW 161959
[GTK] Use an unnamed socket for the nested Wayland compositor to make external access more difficult
https://bugs.webkit.org/show_bug.cgi?id=161959
Summary [GTK] Use an unnamed socket for the nested Wayland compositor to make externa...
Emanuele Aina
Reported 2016-09-14 05:49:25 PDT
Using an unnamed Unix Domain Socket would make more difficult for external applications to attach to the nested Wayland compositor, which currently use a named socked visible on the filesystem. wl_display_add_socket_fd() could be used with such unnamed socket (as returned by socketpair()) instead of wl_display_add_socket().
Attachments
Note You need to log in before you can comment on or make changes to this bug.