Bug 161959
Summary: | [GTK] Use an unnamed socket for the nested Wayland compositor to make external access more difficult | ||
---|---|---|---|
Product: | WebKit | Reporter: | Emanuele Aina <emanuele.aina> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Emanuele Aina
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. |