Title: [275284] branches/safari-612.1.9-branch/Source/WebKit
Revision
275284
Author
rubent...@apple.com
Date
2021-03-31 09:10:48 -0700 (Wed, 31 Mar 2021)

Log Message

Cherry-pick r275248. rdar://problem/76054448

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@275248 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612.1.9-branch/Source/WebKit/ChangeLog (275283 => 275284)


--- branches/safari-612.1.9-branch/Source/WebKit/ChangeLog	2021-03-31 16:10:29 UTC (rev 275283)
+++ branches/safari-612.1.9-branch/Source/WebKit/ChangeLog	2021-03-31 16:10:48 UTC (rev 275284)
@@ -1,3 +1,28 @@
+2021-03-31  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r275248. rdar://problem/76054448
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@275248 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-28  Sam Weinig  <wei...@apple.com>
 
         Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports

Modified: branches/safari-612.1.9-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebAuthn.sb (275283 => 275284)


--- branches/safari-612.1.9-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebAuthn.sb	2021-03-31 16:10:29 UTC (rev 275283)
+++ branches/safari-612.1.9-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebAuthn.sb	2021-03-31 16:10:48 UTC (rev 275284)
@@ -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