Title: [231653] trunk/Source/WebKit
Revision
231653
Author
[email protected]
Date
2018-05-10 12:38:05 -0700 (Thu, 10 May 2018)

Log Message

Drop-down Control borders missing.
https://bugs.webkit.org/show_bug.cgi?id=185500
<rdar://problem/40093461>

Reviewed by Brent Fulgham.

Open sandbox for reading of some files in temp folder.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (231652 => 231653)


--- trunk/Source/WebKit/ChangeLog	2018-05-10 19:11:47 UTC (rev 231652)
+++ trunk/Source/WebKit/ChangeLog	2018-05-10 19:38:05 UTC (rev 231653)
@@ -1,3 +1,15 @@
+2018-05-10  Per Arne Vollan  <[email protected]>
+
+        Drop-down Control borders missing.
+        https://bugs.webkit.org/show_bug.cgi?id=185500
+        <rdar://problem/40093461>
+
+        Reviewed by Brent Fulgham.
+
+        Open sandbox for reading of some files in temp folder.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2018-05-10  Eric Carlson  <[email protected]>
 
         [MediaStream, iOS] Don't check authorizationStatusForMediaType when using mock capture devices

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-10 19:11:47 UTC (rev 231652)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-10 19:38:05 UTC (rev 231653)
@@ -107,6 +107,11 @@
     ;; CVMS
     (allow mach-lookup
         (global-name "com.apple.cvmsServ"))
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
+    ;; Needed by <rdar://problem/40093461>, remove when <rdar://problem/39402555> is fixed.
+    (allow file-read* file-write-unlink
+        (prefix "/private/tmp/cvmsCodeSignObj"))
+#endif
     ;; OpenCL
     (allow iokit-open
         (iokit-connection "IOAccelerator")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to