Skip to content

Commit

Permalink
Remove message filter entitlement
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264091
rdar://117852884

Reviewed by Sihui Liu.

The message filter entitlement is not required on iOS.

* Source/WebKit/Scripts/process-entitlements.sh:

Canonical link: https://commits.webkit.org/270171@main
  • Loading branch information
pvollan committed Nov 3, 2023
1 parent 7c98ddb commit 4df4e17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/WebKit/Scripts/process-entitlements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ function ios_family_process_webcontent_shared_entitlements()
plistbuddy Add :com.apple.private.memorystatus bool YES
plistbuddy Add :com.apple.private.network.socket-delegate bool YES
plistbuddy Add :com.apple.private.pac.exception bool YES
plistbuddy Add :com.apple.private.security.message-filter bool YES
plistbuddy Add :com.apple.private.webinspector.allow-remote-inspection bool YES
plistbuddy Add :com.apple.private.webinspector.proxy-application bool YES
plistbuddy Add :com.apple.private.webkit.use-xpc-endpoint bool YES
Expand Down Expand Up @@ -410,7 +409,6 @@ function ios_family_process_gpu_entitlements()
plistbuddy Add :com.apple.private.memory.ownership_transfer bool YES
plistbuddy Add :com.apple.private.network.socket-delegate bool YES
plistbuddy Add :com.apple.private.pac.exception bool YES
plistbuddy Add :com.apple.private.security.message-filter bool YES
plistbuddy Add :com.apple.private.webkit.use-xpc-endpoint bool YES
plistbuddy Add :com.apple.runningboard.assertions.webkit bool YES

Expand Down Expand Up @@ -461,7 +459,6 @@ function ios_family_process_network_entitlements()
plistbuddy Add :com.apple.private.memorystatus bool YES
plistbuddy Add :com.apple.private.network.socket-delegate bool YES
plistbuddy Add :com.apple.private.webkit.use-xpc-endpoint bool YES
plistbuddy Add :com.apple.private.security.message-filter bool YES
plistbuddy Add :com.apple.runningboard.assertions.webkit bool YES

plistbuddy Add :com.apple.private.tcc.manager.check-by-audit-token array
Expand Down

0 comments on commit 4df4e17

Please sign in to comment.