Title: [164593] trunk/Source/WebKit2
Revision
164593
Author
[email protected]
Date
2014-02-24 10:49:01 -0800 (Mon, 24 Feb 2014)

Log Message

<rdar://problem/16059894> Update AppleConnect sandbox profile for XPC process names.

Patch by Ivan Krstić, reviewed and landed by me.

* Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (164592 => 164593)


--- trunk/Source/WebKit2/ChangeLog	2014-02-24 18:34:51 UTC (rev 164592)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-24 18:49:01 UTC (rev 164593)
@@ -1,3 +1,11 @@
+2014-02-24  Alexey Proskuryakov  <[email protected]>
+
+        <rdar://problem/16059894> Update AppleConnect sandbox profile for XPC process names.
+
+        Patch by Ivan Krstić, reviewed and landed by me.
+
+        * Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb:
+
 2014-02-24  Tamas Gergely  <[email protected]>
 
         Code cleanup: remove leftover ENABLE(WORKERS) macros and support.

Modified: trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb (164592 => 164593)


--- trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb	2014-02-24 18:34:51 UTC (rev 164592)
+++ trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb	2014-02-24 18:49:01 UTC (rev 164593)
@@ -6,6 +6,7 @@
     (global-name "com.apple.wifi.anqp")
     (global-name "org.h5l.kcm"))
 (allow mach-lookup
+    (global-name-regex #"^com\.apple\.ist\.ds\.appleconnect2\.service\.com\.apple\.WebKit\.Plugin\.(32|64|Development)\[[0-9]+\]$")
     (global-name-regex #"^com\.apple\.ist\.ds\.appleconnect2\.service\.PluginProcess\[[0-9]+\]$"))
 
 (shared-preferences-read
@@ -29,6 +30,7 @@
 
 (if (defined? 'mach-register)
     (allow mach-register
+        (global-name-regex #"^com\.apple\.ist\.ds\.appleconnect2\.service\.com\.apple\.WebKit\.Plugin\.(32|64|Development)\[[0-9]+\]$")
         (global-name-regex #"^com\.apple\.ist\.ds\.appleconnect2\.service\.PluginProcess\[[0-9]+\]$")))
 
 (allow system-socket)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to