From a0abffd38c56d8e75efb309f83054ae0585d1852 Mon Sep 17 00:00:00 2001 From: gabridome Date: Mon, 24 Apr 2017 23:13:19 +0200 Subject: [PATCH] Mac os adjustments Mac Os 10.11 protects the files with a set up called SIP that must be disabled to be able to modify the .plist file. Also provided the path for the file in 10.2 MAC OSX systems. Still the "keytocard" operation doesn't work but the card is visible with gpg2 --card-status and is editable with gpg2 --card-edit command. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4076f8..f5abb16 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,18 @@ This 3 entries must be added at the end of each list. #### MAC -TODO +1. First it is necessary to [disable SIP](https://developer.apple.com/library/mac/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html) That doesn't allow the editing of files in /usr/. + +2. You have to have to add the NanoS to /usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle/Contents/Info.plist + + + In ifdVendorID add the entry 0x2C97 + In ifdProductID add the entry 0x0001 + In ifdFriendlyName add the entry Ledger Token + +This 3 entries must be added at the end of each list. + +3. [Enable SIP](https://developer.apple.com/library/content/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html) #### Windows