Skip to content

Commit

Permalink
Silence IOKit sandbox report for AGPMClient
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=256991
rdar://109533525

Reviewed by Brent Fulgham.

* Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:

Canonical link: https://commits.webkit.org/271163@main
  • Loading branch information
pvollan committed Nov 27, 2023
1 parent 76b8798 commit a5cf9fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"AppleSNBFBUserClient"))

;; QuartzCore
(deny IOKIT_OPEN_USER_CLIENT
(deny IOKIT_OPEN_USER_CLIENT (with no-report)
(iokit-user-client-class "AGPMClient")
(iokit-user-client-class "AppleGraphicsControlClient")
(iokit-user-client-class "AppleGraphicsPolicyClient"))
Expand Down

0 comments on commit a5cf9fa

Please sign in to comment.