Title: [231728] trunk/Source/WebKit
Revision
231728
Author
[email protected]
Date
2018-05-11 17:39:09 -0700 (Fri, 11 May 2018)

Log Message

Allow the WebContent process to read global ViewBridge preferences
https://bugs.webkit.org/show_bug.cgi?id=185569
<rdar://problem/40164339>

Reviewed by Eric Carlson.

Allow reads of the global /Library/Preferences/com.apple.ViewBridge.plist preference file.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (231727 => 231728)


--- trunk/Source/WebKit/ChangeLog	2018-05-11 23:03:36 UTC (rev 231727)
+++ trunk/Source/WebKit/ChangeLog	2018-05-12 00:39:09 UTC (rev 231728)
@@ -1,3 +1,15 @@
+2018-05-11  Brent Fulgham  <[email protected]>
+
+        Allow the WebContent process to read global ViewBridge preferences
+        https://bugs.webkit.org/show_bug.cgi?id=185569
+        <rdar://problem/40164339>
+
+        Reviewed by Eric Carlson.
+
+        Allow reads of the global /Library/Preferences/com.apple.ViewBridge.plist preference file.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2018-05-11  Megan Gardner  <[email protected]>
 
         Cleanup canPerformActionForWebView in relation to the webSelectionAssistant being removed

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (231727 => 231728)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-11 23:03:36 UTC (rev 231727)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-12 00:39:09 UTC (rev 231728)
@@ -485,6 +485,10 @@
         "pbs" ;; Needed for NSAttributedString <rdar://problem/10844321>
 ))
 
+; (Temporary) backward compatibility with non-CFPreferences readers.
+(allow file-read*
+    (literal "/Library/Preferences/com.apple.ViewBridge.plist"))
+
 ;; On-disk WebKit2 framework location, to account for debug installations outside of /System/Library/Frameworks,
 ;; and to allow issuing extensions.
 (allow-read-directory-and-issue-read-extensions (param "WEBKIT2_FRAMEWORK_DIR"))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to