зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1593041 - Add com.apple.security.smartcard entitlement to Firefox r=spohl
Add the com.apple.security.smartcard entitlement to Firefox's entitlements list. Needed for clients of some CryptoTokenKit.framework API's, per SmartCardServices(7). Differential Revision: https://phabricator.services.mozilla.com/D51303 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
df353efb8c
Коммит
8d7d869309
|
@ -46,5 +46,8 @@
|
|||
for native messaging webextension helper applications launched by
|
||||
Firefox which rely on Apple Events to signal other processes. -->
|
||||
<key>com.apple.security.automation.apple-events</key><true/>
|
||||
|
||||
<!-- For SmartCardServices(7) -->
|
||||
<key>com.apple.security.smartcard</key><true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -46,5 +46,8 @@
|
|||
for native messaging webextension helper applications launched by
|
||||
Firefox which rely on Apple Events to signal other processes. -->
|
||||
<key>com.apple.security.automation.apple-events</key><true/>
|
||||
|
||||
<!-- For SmartCardServices(7) -->
|
||||
<key>com.apple.security.smartcard</key><true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Загрузка…
Ссылка в новой задаче