WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug