Bug 1595248 - Port bug 1593041: Add com.apple.security.smartcard entitlement. r=darktrojan

Needed for clients of some CryptoTokenKit.framework API's, per SmartCardServices(7).
This commit is contained in:
Rob Lemley 2019-11-14 11:46:55 -05:00
Родитель dc870c0d41
Коммит 22b95b6daf
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -50,5 +50,8 @@
for native messaging webextension helper applications launched by
Thunderbird 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>

Просмотреть файл

@ -50,5 +50,8 @@
for native messaging webextension helper applications launched by
Thunderbird 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>