Skip to content

Commit

Permalink
[watchOS] Allow two IOKit property read messages
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=259083
<rdar://110134474>

Reviewed by Per Arne Vollan.

Now that we have investigated their use, we found that we need to allow
the watchOS WebContent Process to send the 'io_server_version' and
'io_registry_entry_get_property' MIG messages.

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

Canonical link: https://commits.webkit.org/265959@main
  • Loading branch information
brentfulgham authored and Brent Fulgham committed Jul 11, 2023
1 parent f008b08 commit 2e93e1b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,8 @@
(define (kernel-mig-routine-in-use-watchos)
(kernel-mig-routine
io_connect_set_notification_port
io_registry_entry_get_property
io_server_version
mach_make_memory_entry
mach_make_memory_entry_64
vm_copy
Expand Down

0 comments on commit 2e93e1b

Please sign in to comment.