Title: [152379] branches/safari-537-branch/Source/WebKit2
Revision
152379
Author
[email protected]
Date
2013-07-03 15:33:36 -0700 (Wed, 03 Jul 2013)

Log Message

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

Modified Paths

Diff

Modified: branches/safari-537-branch/Source/WebKit2/ChangeLog (152378 => 152379)


--- branches/safari-537-branch/Source/WebKit2/ChangeLog	2013-07-03 22:31:52 UTC (rev 152378)
+++ branches/safari-537-branch/Source/WebKit2/ChangeLog	2013-07-03 22:33:36 UTC (rev 152379)
@@ -1,5 +1,19 @@
 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-03  Lucas Forschler  <[email protected]>
+
         Merge r152317
 
     2013-07-02  Alexey Proskuryakov  <[email protected]>

Modified: branches/safari-537-branch/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb (152378 => 152379)


--- branches/safari-537-branch/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-07-03 22:31:52 UTC (rev 152378)
+++ branches/safari-537-branch/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-07-03 22:33:36 UTC (rev 152379)
@@ -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