Skip to content

Commit

Permalink
Fix error in entitlement array
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=247219
rdar://101697089

Unreviewed, fix error in entitlement array after 256019@main.

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

Canonical link: https://commits.webkit.org/256124@main
  • Loading branch information
pvollan committed Oct 29, 2022
1 parent 3070b3d commit 7a1bb8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/WebKit/Scripts/process-entitlements.sh
Expand Up @@ -188,6 +188,7 @@ function mac_process_webcontent_shared_entitlements()
plistbuddy Add :com.apple.private.security.mutable-state-flags:0 string EnableMachBootstrap
plistbuddy Add :com.apple.private.security.mutable-state-flags:1 string EnableExperimentalSandbox
plistbuddy Add :com.apple.private.security.mutable-state-flags:2 string EnableExperimentalSandboxWithProbability
plistbuddy Add :com.apple.private.security.enable-state-flags array
plistbuddy Add :com.apple.private.security.enable-state-flags:0 string EnableExperimentalSandbox
plistbuddy Add :com.apple.private.security.enable-state-flags:1 string EnableExperimentalSandboxWithProbability
plistbuddy Add :com.apple.runningboard.assertions.webkit bool YES
Expand Down Expand Up @@ -343,6 +344,7 @@ function ios_family_process_webcontent_shared_entitlements()
plistbuddy Add :com.apple.private.security.mutable-state-flags:0 string EnableMachBootstrap
plistbuddy Add :com.apple.private.security.mutable-state-flags:1 string EnableExperimentalSandbox
plistbuddy Add :com.apple.private.security.mutable-state-flags:2 string EnableExperimentalSandboxWithProbability
plistbuddy Add :com.apple.private.security.enable-state-flags array
plistbuddy Add :com.apple.private.security.enable-state-flags:0 string EnableExperimentalSandbox
plistbuddy Add :com.apple.private.security.enable-state-flags:1 string EnableExperimentalSandboxWithProbability
plistbuddy Add :com.apple.private.webinspector.allow-remote-inspection bool YES
Expand Down

0 comments on commit 7a1bb8a

Please sign in to comment.