Bug 89885 - [Qt-on-Mac] GraphicsSurfaces should not create a global IOSurface handle
Summary: [Qt-on-Mac] GraphicsSurfaces should not create a global IOSurface handle
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Noam Rosenthal
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2012-06-25 08:52 PDT by Noam Rosenthal
Modified: 2012-10-24 13:21 PDT (History)
5 users (show)

See Also:


Attachments
Patch (8.02 KB, patch)
2012-10-24 10:18 PDT, Noam Rosenthal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Noam Rosenthal 2012-06-25 08:52:28 PDT
We're creating IOsurfaces with the "global" attribute, which means that any app on Mac can access their contents.
We should switch to using mach_ports, which would be transported via IPC on a secure side-band.
Comment 1 Noam Rosenthal 2012-10-24 10:18:55 PDT
Created attachment 170420 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-24 13:21:13 PDT
Comment on attachment 170420 [details]
Patch

Clearing flags on attachment: 170420

Committed r132389: <http://trac.webkit.org/changeset/132389>
Comment 3 WebKit Review Bot 2012-10-24 13:21:17 PDT
All reviewed patches have been landed.  Closing bug.