Title: [152375] trunk/Source/WebKit2
- Revision
- 152375
- Author
- [email protected]
- Date
- 2013-07-03 15:28:42 -0700 (Wed, 03 Jul 2013)
Log Message
<rdar://problem/14271105> Flash Player: deny ipc-posix-sem 59918130
<rdar://problem/14349560> Flash Player: deny ipc-posix-sem MacromediaSemaphoreDig on many sites
Reviewed by Sam Weinig.
* Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb:
semaphore-owner doesn't appear to work the way we need it to, removing it (at least for now).
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (152374 => 152375)
--- trunk/Source/WebKit2/ChangeLog 2013-07-03 20:19:50 UTC (rev 152374)
+++ trunk/Source/WebKit2/ChangeLog 2013-07-03 22:28:42 UTC (rev 152375)
@@ -1,3 +1,13 @@
+2013-07-03 Alexey Proskuryakov <[email protected]>
+
+ <rdar://problem/14271105> Flash Player: deny ipc-posix-sem 59918130
+ <rdar://problem/14349560> Flash Player: deny ipc-posix-sem MacromediaSemaphoreDig on many sites
+
+ Reviewed by Sam Weinig.
+
+ * Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb:
+ semaphore-owner doesn't appear to work the way we need it to, removing it (at least for now).
+
2013-07-03 Simon Pena <[email protected]>
WebTextCheckerClient doesn't initialize output arguments.
Modified: trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb (152374 => 152375)
--- trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb 2013-07-03 20:19:50 UTC (rev 152374)
+++ trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb 2013-07-03 22:28:42 UTC (rev 152375)
@@ -1,9 +1,6 @@
-(if (defined? 'semaphore-owner)
- (allow ipc-posix-sem
- (semaphore-owner same-sandbox))
- (allow ipc-posix-sem
- (ipc-posix-name "MacromediaSemaphoreDig")
- (ipc-posix-name "59918130")))
+(allow ipc-posix-sem
+ (ipc-posix-name "MacromediaSemaphoreDig")
+ (ipc-posix-name "59918130"))
(allow file-read*
(home-literal "/mm.cfg")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes