Title: [242680] trunk/Source/WebKit
- Revision
- 242680
- Author
- [email protected]
- Date
- 2019-03-09 21:28:48 -0800 (Sat, 09 Mar 2019)
Log Message
[iOS] Remove unneeded entitlements and sandbox allowances from the Networking service
https://bugs.webkit.org/show_bug.cgi?id=195527
Reviewed by Eric Carlson.
* Configurations/Network-iOS.entitlements:
* Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (242679 => 242680)
--- trunk/Source/WebKit/ChangeLog 2019-03-10 04:48:34 UTC (rev 242679)
+++ trunk/Source/WebKit/ChangeLog 2019-03-10 05:28:48 UTC (rev 242680)
@@ -1,3 +1,13 @@
+2019-03-09 Andy Estes <[email protected]>
+
+ [iOS] Remove unneeded entitlements and sandbox allowances from the Networking service
+ https://bugs.webkit.org/show_bug.cgi?id=195527
+
+ Reviewed by Eric Carlson.
+
+ * Configurations/Network-iOS.entitlements:
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+
2019-03-09 Chris Dumez <[email protected]>
Use modern async IPC with reply for device orientation permission
Modified: trunk/Source/WebKit/Configurations/Network-iOS.entitlements (242679 => 242680)
--- trunk/Source/WebKit/Configurations/Network-iOS.entitlements 2019-03-10 04:48:34 UTC (rev 242679)
+++ trunk/Source/WebKit/Configurations/Network-iOS.entitlements 2019-03-10 05:28:48 UTC (rev 242680)
@@ -4,14 +4,8 @@
<dict>
<key>com.apple.private.accounts.bundleidspoofing</key>
<true/>
- <key>com.apple.private.ids.link-preferences</key>
- <true/>
- <key>com.apple.private.ids.messaging</key>
- <true/>
<key>com.apple.private.network.socket-delegate</key>
<true/>
- <key>com.apple.wifi.manager-access</key>
- <true/>
<key>seatbelt-profiles</key>
<array>
<string>com.apple.WebKit.Networking</string>
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (242679 => 242680)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb 2019-03-10 04:48:34 UTC (rev 242679)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb 2019-03-10 05:28:48 UTC (rev 242680)
@@ -90,10 +90,7 @@
;; Various services required by system frameworks
(allow mach-lookup
(global-name "com.apple.lsd.mapdb")
- (global-name "com.apple.analyticsd")
- (global-name "com.apple.WirelessCoexManager")
- (global-name "com.apple.wifi.manager")
- (global-name "com.apple.identityservicesd.embedded.auth"))
+ (global-name "com.apple.analyticsd"))
;; For reporting progress for active downloads <rdar://problem/44405661>
(allow mach-lookup
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes