Skip to content

Commit

Permalink
Cherry-pick 5add71f. rdar://122976577
Browse files Browse the repository at this point in the history
    Catalyst needs tccd access
    https://bugs.webkit.org/show_bug.cgi?id=269518
    rdar://122976577

    Reviewed by Brent Fulgham.

    Catalyst needs tccd access in the WebContent process sandbox.

    * Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:

    Canonical link: https://commits.webkit.org/274820@main

Canonical link: https://commits.webkit.org/272448.569@safari-7618.1.15.11-branch
  • Loading branch information
pvollan authored and Dan Robson committed Feb 16, 2024
1 parent f3b6ba0 commit 071785c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,13 @@
)
#endif

#if PLATFORM(MAC)
(deny mach-lookup (with no-report)
(global-name "com.apple.tccd.system"))
#else
(allow mach-lookup
(global-name "com.apple.tccd.system"))
#endif

(allow mach-lookup
(require-all
Expand Down

0 comments on commit 071785c

Please sign in to comment.