Skip to content

Commit

Permalink
[iOS][GPUP] Allow loading frameworks inside the bundle
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=265131
rdar://118652428

Reviewed by Brent Fulgham.

* Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in:

Canonical link: https://commits.webkit.org/271150@main
  • Loading branch information
pvollan committed Nov 27, 2023
1 parent 2563a0c commit 000a32d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
)

(deny file-map-executable)
(allow file-map-executable (executable-bundle))

(deny file-write-mount file-write-unmount)

Expand Down

0 comments on commit 000a32d

Please sign in to comment.