Bug 171355 - [WK2][macOS] Allow multi-touch related iokit-get-properties
Summary: [WK2][macOS] Allow multi-touch related iokit-get-properties
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-26 17:16 PDT by Brent Fulgham
Modified: 2017-04-27 15:45 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.75 KB, patch)
2017-04-27 12:59 PDT, Brent Fulgham
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2017-04-26 17:16:38 PDT
During testing I've noticed Sandbox Violations being generated for multitouch operations on supported trackpads.

The sandbox should be relaxed to allow the WebProcess to access these IOKit properties:
Comment 1 Radar WebKit Bug Importer 2017-04-26 17:17:01 PDT
<rdar://problem/31851928>
Comment 2 Brent Fulgham 2017-04-27 12:59:22 PDT
Created attachment 308433 [details]
Patch
Comment 3 Alexey Proskuryakov 2017-04-27 14:52:28 PDT
Comment on attachment 308433 [details]
Patch

I wonder if it's going to be practical to maintain such a fine-grained list going forward.
Comment 4 Brent Fulgham 2017-04-27 15:45:55 PDT
Committed r215899: <http://trac.webkit.org/changeset/215899>