Changeset 243018 in webkit


Ignore:
Timestamp:
Mar 15, 2019 3:27:10 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Restrict iokit-user-client-class "IOHIDLibUserClient" from WebKit
https://bugs.webkit.org/show_bug.cgi?id=195821
<rdar://problem/47606250>

Reviewed by Brent Fulgham.

This should be removed from the WebContent sandbox on iOS.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243016 r243018  
     12019-03-15  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Restrict iokit-user-client-class "IOHIDLibUserClient" from WebKit
     4        https://bugs.webkit.org/show_bug.cgi?id=195821
     5        <rdar://problem/47606250>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        This should be removed from the WebContent sandbox on iOS.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-03-15  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r243010 r243018  
    276276    ;; Requires by UIView -> UITextMagnifierRenderer -> UIWindow
    277277    (iokit-user-client-class "IOSurfaceRootUserClient"))
    278 
    279 ;; <rdar://problem/12675621>
    280 (allow iokit-open
    281     (iokit-user-client-class "IOHIDLibUserClient"))
    282278
    283279(framebuffer-access)
Note: See TracChangeset for help on using the changeset viewer.