Title: [284249] trunk/Source/WebKit
Revision
284249
Author
[email protected]
Date
2021-10-15 08:50:31 -0700 (Fri, 15 Oct 2021)

Log Message

[iOS][GPUP] Block access to Launch Services Database service
https://bugs.webkit.org/show_bug.cgi?id=231504
<rdar://problem/84091679>

Reviewed by Brent Fulgham.

After <https://commits.webkit.org/242382@main>, access to this service is no longer required.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (284248 => 284249)


--- trunk/Source/WebKit/ChangeLog	2021-10-15 15:47:51 UTC (rev 284248)
+++ trunk/Source/WebKit/ChangeLog	2021-10-15 15:50:31 UTC (rev 284249)
@@ -1,3 +1,15 @@
+2021-10-15  Per Arne  <[email protected]>
+
+        [iOS][GPUP] Block access to Launch Services Database service
+        https://bugs.webkit.org/show_bug.cgi?id=231504
+        <rdar://problem/84091679>
+
+        Reviewed by Brent Fulgham.
+
+        After <https://commits.webkit.org/242382@main>, access to this service is no longer required.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+
 2021-10-15  Wenson Hsieh  <[email protected]>
 
         Unreviewed, revert an unintentional sandbox change in r284079

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (284248 => 284249)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2021-10-15 15:47:51 UTC (rev 284248)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2021-10-15 15:50:31 UTC (rev 284249)
@@ -532,9 +532,6 @@
 (allow ipc-posix-shm-read* (with telemetry)
        (ipc-posix-name-prefix "apple.cfprefs."))
  
-(allow mach-lookup (with telemetry)
-    (global-name "com.apple.lsd.mapdb"))
-
 ;; <rdar://problem/12413942>
 (allow file-read* (with telemetry)
        (well-known-system-group-container-literal "/systemgroup.com.apple.mobilegestaltcache/Library/Caches/com.apple.MobileGestalt.plist"))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to