Title: [152378] tags/Safari-537.48.2/Source/WebKit2
Revision
152378
Author
[email protected]
Date
2013-07-03 15:31:52 -0700 (Wed, 03 Jul 2013)

Log Message

Merged r152375.  <rdar://problem/14349560>

Modified Paths

Diff

Modified: tags/Safari-537.48.2/Source/WebKit2/ChangeLog (152377 => 152378)


--- tags/Safari-537.48.2/Source/WebKit2/ChangeLog	2013-07-03 22:30:48 UTC (rev 152377)
+++ tags/Safari-537.48.2/Source/WebKit2/ChangeLog	2013-07-03 22:31:52 UTC (rev 152378)
@@ -1,3 +1,17 @@
+2013-07-03  Lucas Forschler  <[email protected]>
+
+        Merge r152375
+
+    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-02  Lucas Forschler  <[email protected]>
 
         Merge r152328

Modified: tags/Safari-537.48.2/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb (152377 => 152378)


--- tags/Safari-537.48.2/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-07-03 22:30:48 UTC (rev 152377)
+++ tags/Safari-537.48.2/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-07-03 22:31:52 UTC (rev 152378)
@@ -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

Reply via email to