Changeset 84193 in webkit


Ignore:
Timestamp:
Apr 18, 2011 3:32:39 PM (13 years ago)
Author:
mjs@apple.com
Message:

2011-04-18 Maciej Stachowiak <mjs@apple.com>

Reviewed by Dan Bernstein.

sandbox violation for ~/Library/Dictionaries
https://bugs.webkit.org/show_bug.cgi?id=58841
<rdar://problem/9294770>

  • WebProcess/com.apple.WebProcess.sb: Add to sandbox profile. No obvious harm from allowing this, though it's not 100% clear why it's needed.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r84184 r84193  
     12011-04-18  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Reviewed by Dan Bernstein.
     4
     5        sandbox violation for ~/Library/Dictionaries
     6        https://bugs.webkit.org/show_bug.cgi?id=58841
     7        <rdar://problem/9294770>
     8
     9        * WebProcess/com.apple.WebProcess.sb: Add to sandbox profile.
     10        No obvious harm from allowing this, though it's not 100% clear
     11        why it's needed.
     12
    1132011-04-18  Anders Carlsson  <andersca@apple.com>
    214
  • trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb

    r83686 r84193  
    6767    ;; FIXME: This should be removed when <rdar://problem/9276430> is fixed.
    6868    (literal (string-append (param "HOME_DIR") "/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV2"))
     69
     70    (subpath (string-append (param "HOME_DIR") "/Library/Dictionaries"))
    6971
    7072    ;; Extensions from UIProcess
Note: See TracChangeset for help on using the changeset viewer.