Changeset 293795 in webkit


Ignore:
Timestamp:
May 4, 2022 3:03:39 PM (2 years ago)
Author:
pvollan@apple.com
Message:

[iOS][GPUP] Grant read access to font directory
https://bugs.webkit.org/show_bug.cgi?id=240080

Reviewed by Brent Fulgham.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r293786 r293795  
     12022-05-04  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS][GPUP] Grant read access to font directory
     4        https://bugs.webkit.org/show_bug.cgi?id=240080
     5
     6        Reviewed by Brent Fulgham.
     7
     8        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in:
     9
    1102022-05-04  J Pascoe  <j_pascoe@apple.com>
    211
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in

    r292971 r293795  
    495495    (home-literal "/Library/Preferences/com.apple.mobilemail.plist")
    496496    (with no-log))
     497
     498(allow file-read*
     499    (home-subpath "/Library/Fonts"))
    497500
    498501(allow-preferences-common)
Note: See TracChangeset for help on using the changeset viewer.