Skip to content

Commit

Permalink
Unreviewed, reverting r253111@main.
Browse files Browse the repository at this point in the history
  • Loading branch information
webkit-commit-queue authored and pvollan committed Sep 26, 2022
1 parent a7f7394 commit ede5c50
Showing 1 changed file with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,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 ede5c50

Please sign in to comment.