Changeset 167141 in webkit


Ignore:
Timestamp:
Apr 11, 2014 1:22:17 PM (10 years ago)
Author:
ap@apple.com
Message:

[Mac] Add IconServices to WebProcess sandbox profile
https://bugs.webkit.org/show_bug.cgi?id=131558
<rdar://problem/16552397>

Reviewed by Brady Eidson.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r167138 r167141  
     12014-04-11  Alexey Proskuryakov  <ap@apple.com>
     2
     3        [Mac] Add IconServices to WebProcess sandbox profile
     4        https://bugs.webkit.org/show_bug.cgi?id=131558
     5        <rdar://problem/16552397>
     6
     7        Reviewed by Brady Eidson.
     8
     9        * WebProcess/com.apple.WebProcess.sb.in:
     10
    1112014-04-11  Antti Koivisto  <antti@apple.com>
    212
  • trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in

    r165679 r167141  
    193193       (global-name "com.apple.speech.speechsynthesisd")
    194194       (global-name "com.apple.speech.synthesis.console")
    195 
    196195#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
    197196       (global-name "com.apple.coreservices.launchservicesd")
     197#endif
     198#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 10100
     199       (global-name "com.apple.iconservices")
     200       (global-name "com.apple.iconservices.store")
    198201#endif
    199202)
Note: See TracChangeset for help on using the changeset viewer.