Changeset 149913 in webkit


Ignore:
Timestamp:
May 10, 2013 4:42:07 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Fix AppleConnect issues for WiFi interfaces
<rdar://problem/13776227&13776240&13776281>
https://bugs.webkit.org/show_bug.cgi?id=115932

Patch by Simon Cooper <scooper@apple.com> on 2013-05-10
Reviewed by Alexey Proskuryakov.

Add support for WiFi interfaces for the AppleConnect plugin.
Remove the FIXME.

  • Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r149912 r149913  
     12013-05-10  Simon Cooper  <scooper@apple.com>
     2
     3        Fix AppleConnect issues for WiFi interfaces
     4        <rdar://problem/13776227&13776240&13776281>
     5        https://bugs.webkit.org/show_bug.cgi?id=115932
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        Add support for WiFi interfaces for the AppleConnect plugin.
     10        Remove the FIXME.
     11
     12        * Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb:
     13
    1142013-05-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
    215
  • trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.ist.ds.appleconnect.webplugin.sb

    r149217 r149913  
    44    (global-name "com.apple.ist.ds.appleconnect2.service.kdctunnelcontroller")
    55    (global-name "com.apple.ist.ds.appleconnect2.service.menuextra")
     6    (global-name "com.apple.wifi.anqp")
    67    (global-name "org.h5l.kcm"))
    7 ;; FIXME: This is explicitly being called out <rdar://problem/13481170>
    8 (deny mach-lookup
    9     (global-name-regex #"^com\.apple\.ist\.ds\.appleconnect2\.service\..*\[[0-9]+\]$"))
    108(allow mach-lookup
    119    (global-name-regex #"^com\.apple\.ist\.ds\.appleconnect2\.service\.PluginProcess\[[0-9]+\]$"))
     
    2321    (subpath "/Library/KerberosPlugins/GSSAPI")
    2422    (literal "/Library/Preferences/edu.mit.Kerberos")
     23    (literal "/Library/Preferences/SystemConfiguration/preferences.plist")
    2524    (home-library-preferences-literal "/edu.mit.Kerberos"))
    2625
     
    3231        (global-name-regex #"^com\.apple\.ist\.ds\.appleconnect2\.service\.PluginProcess\[[0-9]+\]$")))
    3332
     33(allow system-socket)
    3434(allow network-outbound
    3535   (remote udp "*:4160" "*:88"))
Note: See TracChangeset for help on using the changeset viewer.