Title: [127215] trunk/Source/WebKit2
Revision
127215
Author
[email protected]
Date
2012-08-30 17:04:05 -0700 (Thu, 30 Aug 2012)

Log Message

Allow dynamic mach-lookup extensions in the WebProcess
<rdar://problem/12207996>

Reviewed by Gavin Barraclough.

Like we allow file read/write dynamic sandbox extensions, we should allow
mach-lookup extensions.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (127214 => 127215)


--- trunk/Source/WebKit2/ChangeLog	2012-08-31 00:00:46 UTC (rev 127214)
+++ trunk/Source/WebKit2/ChangeLog	2012-08-31 00:04:05 UTC (rev 127215)
@@ -1,3 +1,15 @@
+2012-08-30  Sam Weinig  <[email protected]>
+
+        Allow dynamic mach-lookup extensions in the WebProcess
+        <rdar://problem/12207996>
+
+        Reviewed by Gavin Barraclough.
+
+        Like we allow file read/write dynamic sandbox extensions, we should allow
+        mach-lookup extensions.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2012-08-30  Geoffrey Garen  <[email protected]>
 
         Use one object instead of two for closures, eliminating ScopeChainNode

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (127214 => 127215)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2012-08-31 00:00:46 UTC (rev 127214)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2012-08-31 00:04:05 UTC (rev 127215)
@@ -80,6 +80,9 @@
 ;; Read-write extensions from UIProcess
 (allow file-read* file-write* (extension))
 
+;; Mach lookup extensions from the UIProcess
+(allow mach-lookup (extension "com.apple.app-sandbox.mach"))
+
 ;; Writable preferences and temporary files
 (allow file*
        (home-subpath "/Library/Caches/com.apple.WebProcess")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to