Title: [229757] trunk/Source/WebKit
Revision
229757
Author
bfulg...@apple.com
Date
2018-03-20 08:34:30 -0700 (Tue, 20 Mar 2018)

Log Message

[iOS] Grant IOKit preference access for the Home button
https://bugs.webkit.org/show_bug.cgi?id=183754
<rdar://problem/38179704>

Reviewed by Eric Carlson.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229756 => 229757)


--- trunk/Source/WebKit/ChangeLog	2018-03-20 15:21:32 UTC (rev 229756)
+++ trunk/Source/WebKit/ChangeLog	2018-03-20 15:34:30 UTC (rev 229757)
@@ -1,3 +1,13 @@
+2018-03-20  Brent Fulgham  <bfulg...@apple.com>
+
+        [iOS] Grant IOKit preference access for the Home button
+        https://bugs.webkit.org/show_bug.cgi?id=183754
+        <rdar://problem/38179704>
+
+        Reviewed by Eric Carlson.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2018-03-20  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [Extra zoom mode] Adopt updated input view controller machinery for text input

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (229756 => 229757)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-03-20 15:21:32 UTC (rev 229756)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-03-20 15:34:30 UTC (rev 229757)
@@ -194,6 +194,11 @@
     (allow iokit-get-properties
         (iokit-property "client")))
 
+;; Home Button
+(with-filter (iokit-registry-entry-class "IOPlatformDevice")
+    (allow iokit-get-properties
+        (iokit-property "home-button-type")))
+
 ;; Common preferences read by UIKit.
 (mobile-preferences-read "com.apple.Accessibility"
     "com.apple.UIKit"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to