Changeset 251566 in webkit


Ignore:
Timestamp:
Oct 24, 2019 3:14:01 PM (5 years ago)
Author:
Brent Fulgham
Message:

[iOS] Mismatch in com.apple.coremedia.audiodeviceclock declarations
https://bugs.webkit.org/show_bug.cgi?id=203367
<rdar://problem/56581166>

Reviewed by Per Arne Vollan.

The 'common.sb' sandbox allows access to "com.apple.coremedia.audiodeviceclock.xpc", but
the WebContent sandbox blocked access to "com.apple.coremedia.audiodeviceclock". This means
we aren't blocking that endpoint.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r251563 r251566  
     12019-10-24  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [iOS] Mismatch in com.apple.coremedia.audiodeviceclock declarations
     4        https://bugs.webkit.org/show_bug.cgi?id=203367
     5        <rdar://problem/56581166>
     6
     7        Reviewed by Per Arne Vollan.
     8
     9        The 'common.sb' sandbox allows access to "com.apple.coremedia.audiodeviceclock.xpc", but
     10        the WebContent sandbox blocked access to "com.apple.coremedia.audiodeviceclock". This means
     11        we aren't blocking that endpoint.
     12
     13        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     14
    1152019-10-24  Brent Fulgham  <bfulgham@apple.com>
    216
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r251563 r251566  
    150150           (global-name "com.apple.coremedia.asset.xpc")
    151151           (global-name "com.apple.coremedia.assetimagegenerator.xpc")
    152            (global-name "com.apple.coremedia.audiodeviceclock.xpc")
    153152           (global-name "com.apple.coremedia.audioprocessingtap.xpc")
    154153           (global-name "com.apple.coremedia.capturesession")      ; Actually for video capture
     
    916915;; established, see https://bugs.webkit.org/show_bug.cgi?id=193840
    917916(deny mach-lookup
    918     (global-name "com.apple.coremedia.audiodeviceclock")
    919917    (global-name "com.apple.webkit.camera")
    920918)
Note: See TracChangeset for help on using the changeset viewer.