Skip to content

Commit

Permalink
[macOS] Remove irrelevant global-name rule in WebContent sandbox
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=207659
<rdar://problem/52289544>

Reviewed by Per Arne Vollan.

We have been allowing access to a non-existance global-name. We should remove this rule.

* GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
* WebProcess/com.apple.WebProcess.sb.in:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@256476 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
bfulgham@apple.com committed Feb 12, 2020
1 parent 8048e93 commit ace1ee4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Source/WebKit/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2020-02-12 Brent Fulgham <bfulgham@apple.com>

[macOS] Remove irrelevant global-name rule in WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=207659
<rdar://problem/52289544>

Reviewed by Per Arne Vollan.

We have been allowing access to a non-existance global-name. We should remove this rule.

* GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
* WebProcess/com.apple.WebProcess.sb.in:

2020-02-12 Brent Fulgham <bfulgham@apple.com>

[iOS] Remove access to AppleKeyStoreUserClient from the WebContent process
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@
(global-name "com.apple.audio.SystemSoundServer-OSX")
(global-name "com.apple.audio.audiohald")
(global-name "com.apple.cfprefsd.daemon")
(global-name "com.apple.cmio.registerassistantservice") ;; Needed by CoreMedia for plugin drivers
(global-name "com.apple.coreservices.launchservicesd")
(global-name "com.apple.fonts")
(global-name "com.apple.mediaremoted.xpc")
Expand Down
1 change: 0 additions & 1 deletion Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@
(global-name "com.apple.assertiond.processassertionconnection")
(global-name "com.apple.audio.SystemSoundServer-OSX")
(global-name "com.apple.audio.audiohald")
(global-name "com.apple.cmio.registerassistantservice") ;; Needed by CoreMedia for plugin drivers
(global-name "com.apple.fonts")
(global-name "com.apple.mediaremoted.xpc")
(global-name "com.apple.logd")
Expand Down

0 comments on commit ace1ee4

Please sign in to comment.