[iOS] Remove send-signal from mach-lookup rule
https://bugs.webkit.org/show_bug.cgi?id=201203

Reviewed by Brent Fulgham.

The send-signal can be removed, since crashes have not been reported from this rule.

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


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251216 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index c1a1794..3b7476f 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,3 +1,14 @@
+2019-10-16  Per Arne Vollan  <pvollan@apple.com>
+
+        [iOS] Remove send-signal from mach-lookup rule
+        https://bugs.webkit.org/show_bug.cgi?id=201203
+
+        Reviewed by Brent Fulgham.
+
+        The send-signal can be removed, since crashes have not been reported from this rule.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-10-16  Dean Jackson  <dino@apple.com>
 
         Add Swift modulemap for WebKit Private APIs
diff --git a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
index 2547df2..0038acd 100644
--- a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
+++ b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
@@ -397,10 +397,6 @@
     (global-name "com.apple.coremedia.decompressionsession")
     (global-name "com.apple.coremedia.videoqueue"))
 
-;; FIXME: remove the send-signal when this rule is no longer generating crashes.
-(deny mach-lookup (with send-signal SIGKILL)
-    (global-name "com.apple.backboard.hid.services"))
-
 (allow mach-lookup (extension "com.apple.webkit.extension.mach"))
 
 ;; These services have been identified as unused during living-on.
@@ -418,6 +414,7 @@
     (global-name "com.apple.appsupport.cplogd")
     (global-name "com.apple.assertiond.processassertionconnection")
     (global-name "com.apple.audio.reporting.xpc")
+    (global-name "com.apple.backboard.hid.services")
     (global-name "com.apple.bird")
     (global-name "com.apple.bird.token")
     (global-name "com.apple.cfprefsd.agent")