Changeset 229154 in webkit


Ignore:
Timestamp:
Mar 1, 2018 4:31:25 PM (6 years ago)
Author:
Brent Fulgham
Message:

Add the "com.apple.security.cs.disable-library-validation” entitlement to the Plugin Process
https://bugs.webkit.org/show_bug.cgi?id=183252
<rdar://problem/37887136>

Reviewed by David Kilzer.

  • Configurations/PluginService.entitlements:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r229153 r229154  
     12018-03-01  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Add the "com.apple.security.cs.disable-library-validation” entitlement to the Plugin Process
     4        https://bugs.webkit.org/show_bug.cgi?id=183252
     5        <rdar://problem/37887136>
     6
     7        Reviewed by David Kilzer.
     8
     9        * Configurations/PluginService.entitlements:
     10
    1112018-03-01  Youenn Fablet  <youenn@apple.com>
    212
  • trunk/Source/WebKit/Configurations/PluginService.entitlements

    r150175 r229154  
    77        <key>com.apple.security.files.user-selected.read-write</key>
    88        <true/>
     9        <key>com.apple.security.cs.disable-library-validation</key>
     10        <true/>
    911</dict>
    1012</plist>
Note: See TracChangeset for help on using the changeset viewer.