Title: [293795] trunk/Source/WebKit
Revision
293795
Author
pvol...@apple.com
Date
2022-05-04 15:03:39 -0700 (Wed, 04 May 2022)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (293794 => 293795)


--- trunk/Source/WebKit/ChangeLog	2022-05-04 21:55:48 UTC (rev 293794)
+++ trunk/Source/WebKit/ChangeLog	2022-05-04 22:03:39 UTC (rev 293795)
@@ -1,3 +1,12 @@
+2022-05-04  Per Arne Vollan  <pvol...@apple.com>
+
+        [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:
+
 2022-05-04  J Pascoe  <j_pas...@apple.com>
 
         [WebAuthn] Remove user gesture requirement for mediation=conditional assertions

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in (293794 => 293795)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in	2022-05-04 21:55:48 UTC (rev 293794)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in	2022-05-04 22:03:39 UTC (rev 293795)
@@ -495,6 +495,9 @@
     (home-literal "/Library/Preferences/com.apple.mobilemail.plist")
     (with no-log))
 
+(allow file-read*
+    (home-subpath "/Library/Fonts"))
+
 (allow-preferences-common)
 
 ;; Home Button
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to