Title: [255155] trunk/Source/WebKit
Revision
255155
Author
[email protected]
Date
2020-01-27 11:09:32 -0800 (Mon, 27 Jan 2020)

Log Message

Remove locationd entitlements from the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=206022
<rdar://problem/58452443>

Reviewed by Per Arne Vollan.

Now that we have removed mach connections related to 'com.apple.locationd', we should also
remove the process entitlements.

No new tests. There are no changes to behavior.

* Scripts/process-entitlements.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (255154 => 255155)


--- trunk/Source/WebKit/ChangeLog	2020-01-27 18:54:13 UTC (rev 255154)
+++ trunk/Source/WebKit/ChangeLog	2020-01-27 19:09:32 UTC (rev 255155)
@@ -1,3 +1,18 @@
+2020-01-27  Brent Fulgham  <[email protected]>
+
+        Remove locationd entitlements from the WebContent process
+        https://bugs.webkit.org/show_bug.cgi?id=206022
+        <rdar://problem/58452443>
+
+        Reviewed by Per Arne Vollan.
+
+        Now that we have removed mach connections related to 'com.apple.locationd', we should also
+        remove the process entitlements.
+        
+        No new tests. There are no changes to behavior.
+
+        * Scripts/process-entitlements.sh:
+
 2020-01-27  Ryan Haddad  <[email protected]>
 
         Unreviewed, rolling out r255131.

Modified: trunk/Source/WebKit/Scripts/process-entitlements.sh (255154 => 255155)


--- trunk/Source/WebKit/Scripts/process-entitlements.sh	2020-01-27 18:54:13 UTC (rev 255154)
+++ trunk/Source/WebKit/Scripts/process-entitlements.sh	2020-01-27 19:09:32 UTC (rev 255155)
@@ -101,8 +101,6 @@
 {
     plistbuddy Add :com.apple.QuartzCore.secure-mode bool YES
     plistbuddy Add :com.apple.QuartzCore.webkit-end-points bool YES
-    plistbuddy Add :com.apple.locationd.authorizeapplications bool YES
-    plistbuddy Add :com.apple.locationd.effective_bundle bool YES
     plistbuddy Add :com.apple.mediaremote.set-playback-state bool YES
     plistbuddy Add :com.apple.private.allow-explicit-graphics-priority bool YES
     plistbuddy Add :com.apple.private.coremedia.extensions.audiorecording.allow bool YES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to