Title: [242769] trunk/Source/WebKit
- Revision
- 242769
- Author
- [email protected]
- Date
- 2019-03-11 20:24:27 -0700 (Mon, 11 Mar 2019)
Log Message
[macOS] Remove the Kerberos rules from the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=195464
<rdar://problem/35369230>
Reviewed by Brent Fulgham.
Kerberos auth is done in the UIProcess or NetworkProcess now.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (242768 => 242769)
--- trunk/Source/WebKit/ChangeLog 2019-03-12 03:22:29 UTC (rev 242768)
+++ trunk/Source/WebKit/ChangeLog 2019-03-12 03:24:27 UTC (rev 242769)
@@ -1,5 +1,17 @@
2019-03-11 Per Arne Vollan <[email protected]>
+ [macOS] Remove the Kerberos rules from the WebContent sandbox
+ https://bugs.webkit.org/show_bug.cgi?id=195464
+ <rdar://problem/35369230>
+
+ Reviewed by Brent Fulgham.
+
+ Kerberos auth is done in the UIProcess or NetworkProcess now.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+2019-03-11 Per Arne Vollan <[email protected]>
+
[iOS] Add entitlement to enable use of graphics endpoint with limited capabilities
https://bugs.webkit.org/show_bug.cgi?id=195582
<rdar://problem/36082379>
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (242768 => 242769)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-03-12 03:22:29 UTC (rev 242768)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-03-12 03:24:27 UTC (rev 242769)
@@ -690,17 +690,6 @@
(allow network-outbound
(remote udp))
#endif
-(allow user-preference-read
- (preference-domain
- "com.apple.Kerberos"
- "com.apple.GSS"))
-
-(allow file-read*
- (literal "/private/etc/krb5.conf")
- (literal "/private/etc/services")
- (literal "/private/etc/host")
- (subpath "/Library/KerberosPlugins/GSSAPI")
- (subpath "/Library/KerberosPlugins/KerberosFrameworkPlugins"))
#endif
(if (defined? 'vnode-type)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes