Changeset 139968 in webkit


Ignore:
Timestamp:
Jan 16, 2013 11:35:40 PM (11 years ago)
Author:
ap@apple.com
Message:

Update sandbox rules after r128003
https://bugs.webkit.org/show_bug.cgi?id=106840

Reviewed by Darin Adler.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r139961 r139968  
     12013-01-16  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Update sandbox rules after r128003
     4        https://bugs.webkit.org/show_bug.cgi?id=106840
     5
     6        Reviewed by Darin Adler.
     7
     8        * WebProcess/com.apple.WebProcess.sb.in: Additional Lion only fixes.
     9
    1102013-01-16  Sam Weinig  <sam@webkit.org>
    211
  • trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in

    r139931 r139968  
    206206       (home-subpath "/Library/Components")
    207207       (home-subpath "/Library/Keyboard Layouts")
    208        (home-subpath "/Library/Input Methods"))
     208       (home-subpath "/Library/Input Methods")
     209#if __MAC_OS_X_VERSION_MIN_REQUIRED == 1070
     210       (literal (string-append (param "DARWIN_USER_CACHE_DIR") "/com.apple.IntlDataCache.le"))
     211       (literal (string-append (param "DARWIN_USER_CACHE_DIR") "/com.apple.IntlDataCache.le.kbdx"))
     212#endif
     213       )
    209214
    210215(deny mach-lookup (with no-log)
Note: See TracChangeset for help on using the changeset viewer.