Skip to content

Commit

Permalink
Cherry-pick ede5c50. rdar://problem/100268238
Browse files Browse the repository at this point in the history
  • Loading branch information
webkit-commit-queue authored and alancoon committed Sep 27, 2022
1 parent 77b2bee commit 4bc11d2
Showing 1 changed file with 22 additions and 3 deletions.
Expand Up @@ -561,11 +561,30 @@
(allow mach-lookup
(global-name "com.apple.system.notification_center")
(apply-message-filter
(deny mach-message-send)
(deny mach-message-send (with telemetry))
(deny mach-message-send (with no-report) (message-number 1023))
(allow mach-message-send (message-number
1002 1011 1012 1016 1017 1018 1021 1025 1026 1028 1029 1030 1031 1032))))

1002
1009
1010
1011
1012
1016
1017
1018
1019
1021
1022
1025
1026
1028
1029
1030
1031
1032
))
)
)
(allow ipc-posix-shm-read*
(ipc-posix-name "apple.shm.notification_center"))

Expand Down

0 comments on commit 4bc11d2

Please sign in to comment.