Title: [152257] branches/safari-537-branch/Source/WebKit2
Revision
152257
Author
[email protected]
Date
2013-07-01 14:07:56 -0700 (Mon, 01 Jul 2013)

Log Message

Merged r152075.  <rdar://problem/14271105>

Modified Paths

Diff

Modified: branches/safari-537-branch/Source/WebKit2/ChangeLog (152256 => 152257)


--- branches/safari-537-branch/Source/WebKit2/ChangeLog	2013-07-01 21:05:32 UTC (rev 152256)
+++ branches/safari-537-branch/Source/WebKit2/ChangeLog	2013-07-01 21:07:56 UTC (rev 152257)
@@ -1,5 +1,22 @@
 2013-07-01  Lucas Forschler  <[email protected]>
 
+        Merge r152075
+
+    2013-06-26  Simon Cooper  <[email protected]>
+
+            Flash Player: deny ipc-posix-sem 59918130
+            https://bugs.webkit.org/show_bug.cgi?id=118107
+            <rdar://problem/14271105>
+
+            Reviewed by Alexey Proskuryakov.
+
+            Allow same-sandbox scoped semaphores on Mavericks. Permit the
+            named semaphore for older releases.
+
+            * Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb:
+
+2013-07-01  Lucas Forschler  <[email protected]>
+
         Merge r152073
 
     2013-06-26  Simon Cooper  <[email protected]>

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


--- branches/safari-537-branch/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-07-01 21:05:32 UTC (rev 152256)
+++ branches/safari-537-branch/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-07-01 21:07:56 UTC (rev 152257)
@@ -1,4 +1,9 @@
-(allow ipc-posix-sem (ipc-posix-name "MacromediaSemaphoreDig"))
+(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 file-read*
     (home-literal "/mm.cfg")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to