⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 259679 in webkit


Ignore:
Timestamp:
Apr 7, 2020, 3:50:50 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[ macOS ] Update sandbox rules for storage
https://bugs.webkit.org/show_bug.cgi?id=210120
<rdar://problem/60972224>

Patch by Sihui Liu <sihui_liu@hotmail.com> on 2020-04-07
Reviewed by Geoffrey Garen.

This direcotry is used for cookie storage.

  • NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r259675 r259679  
     12020-04-07  Sihui Liu  <sihui_liu@hotmail.com>
     2
     3        [ macOS ] Update sandbox rules for storage
     4        https://bugs.webkit.org/show_bug.cgi?id=210120
     5        <rdar://problem/60972224>
     6
     7        Reviewed by Geoffrey Garen.
     8
     9        This direcotry is used for cookie storage.
     10
     11        * NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in:
     12
    1132020-04-07  Ryan Haddad  <ryanhaddad@apple.com>
    214
  • trunk/Source/WebKit/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in

    r259474 r259679  
    447447(allow mach-lookup
    448448    (global-name "com.apple.tccd"))
     449
     450(allow file-read* file-write*
     451    (home-subpath "/Library/HTTPStorages"))
Note: See TracChangeset for help on using the changeset viewer.