Title: [275248] trunk/Source/WebKit
Revision
275248
Author
jiewen_...@apple.com
Date
2021-03-30 16:25:08 -0700 (Tue, 30 Mar 2021)

Log Message

Allow WebAuthn process talk to the ASD
https://bugs.webkit.org/show_bug.cgi?id=223947
<rdar://75908828>

Reviewed by Brent Fulgham.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (275247 => 275248)


--- trunk/Source/WebKit/ChangeLog	2021-03-30 23:12:22 UTC (rev 275247)
+++ trunk/Source/WebKit/ChangeLog	2021-03-30 23:25:08 UTC (rev 275248)
@@ -1,3 +1,13 @@
+2021-03-30  Jiewen Tan  <jiewen_...@apple.com>
+
+        Allow WebAuthn process talk to the ASD
+        https://bugs.webkit.org/show_bug.cgi?id=223947
+        <rdar://75908828>
+
+        Reviewed by Brent Fulgham.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebAuthn.sb:
+
 2021-03-30  Alex Christensen  <achristen...@webkit.org>
 
         REGRESSION (r275172): Many com.apple.WebKit.Networking.Development crashes appearing in "other crashes"

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebAuthn.sb (275247 => 275248)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebAuthn.sb	2021-03-30 23:12:22 UTC (rev 275247)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebAuthn.sb	2021-03-30 23:25:08 UTC (rev 275248)
@@ -682,3 +682,7 @@
     (sysctl-name
         "kern.maxfilesperproc"
         "kern.ostype"))
+
+;; Allow accesses to the ASD
+(allow mach-lookup
+    (global-name "com.apple.AuthenticationServicesCore.AuthenticationServicesAgent"))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to