Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[iOS] The AGX compiler service is incorrectly listed as a global name…
… in sandbox

https://bugs.webkit.org/show_bug.cgi?id=205189

Reviewed by Brent Fulgham.

It should be a XPC service name.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:


Canonical link: https://commits.webkit.org/218395@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@253471 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
pvollan committed Dec 13, 2019
1 parent 0076030 commit 0e3142e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,14 @@
2019-12-13 Per Arne Vollan <pvollan@apple.com>

[iOS] The AGX compiler service is incorrectly listed as a global name in sandbox
https://bugs.webkit.org/show_bug.cgi?id=205189

Reviewed by Brent Fulgham.

It should be a XPC service name.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

2019-12-12 Simon Fraser <simon.fraser@apple.com>

Move WKWebView code related to testing to new files, with new private "for testing" headers.
Expand Down
Expand Up @@ -970,7 +970,12 @@
(allow mach-lookup
(require-all
(extension "com.apple.webkit.extension.mach")
(global-name "com.apple.iphone.axserver-systemwide" "com.apple.tccd" "com.apple.AGXCompilerService" "com.apple.nehelper" "com.apple.nesessionmanager.content-filter" "com.apple.uikit.viewservice.com.apple.WebContentFilter.remoteUI")))
(global-name "com.apple.iphone.axserver-systemwide" "com.apple.tccd" "com.apple.nehelper" "com.apple.nesessionmanager.content-filter" "com.apple.uikit.viewservice.com.apple.WebContentFilter.remoteUI")))

(allow mach-lookup
(require-all
(extension "com.apple.webkit.extension.mach")
(xpc-service-name-prefix "com.apple.AGXCompilerService")))

(media-capture-support)

Expand Down

0 comments on commit 0e3142e

Please sign in to comment.