Changeset 85410 in webkit


Ignore:
Timestamp:
May 1, 2011 1:09:39 AM (13 years ago)
Author:
ike@apple.com
Message:

2011-05-01 Ivan Krstić <ike@apple.com>

Reviewed by Maciej Stachowiak.

Remove unnecessary keychain and CoreAudio debris from WebProcess sandbox
https://bugs.webkit.org/show_bug.cgi?id=59873

These rules have been obsoleted by <rdar://problem/9301520> and
<rdar://problem/9181468>.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r85409 r85410  
     12011-05-01  Ivan Krstić  <ike@apple.com>
     2
     3        Reviewed by Maciej Stachowiak.
     4
     5        Remove unnecessary keychain and CoreAudio debris from WebProcess sandbox
     6        https://bugs.webkit.org/show_bug.cgi?id=59873
     7
     8        These rules have been obsoleted by <rdar://problem/9301520> and
     9        <rdar://problem/9181468>.
     10
     11        * WebProcess/com.apple.WebProcess.sb:
     12
    1132011-05-01  Ivan Krstić  <ike@apple.com>
    214
  • trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb

    r85409 r85410  
    178178       (home-literal "/Library/Preferences/com.apple.Safari.RSS.plist")
    179179       (home-literal "/Library/Preferences/com.apple.Syndication.plist"))
    180 
    181 ;; Mute violations
    182 (deny file-write*
    183       (home-literal "/Library/Caches/com.apple.coreaudio.components.plist")
    184       (with no-log))
    185 
    186 ;; FIXME: This should be removed when <rdar://problem/8448021> is fixed.
    187 (deny file* (literal "/private/tmp/kc") (with no-log))
Note: See TracChangeset for help on using the changeset viewer.