Differences From Artifact [8af387a7bd]:
- Executable file build/cackey_osx_build/cackey_osx_uninstall.sh — part of check-in [e2fd50bfda] at 2016-08-19 16:32:51 on branch trunk — Updated CACKey Apple Mac macOS OS X Postinstall and Uninstall scripts to properly disable and enable builtin conflicting OS components when on 10.12 "Sierra" or newer (user: kvanals, size: 917) [annotate] [blame] [check-ins using]
To Artifact [92a8124c4c]:
- Executable file build/cackey_osx_build/cackey_osx_uninstall.sh — part of check-in [56006440a0] at 2016-09-22 19:59:51 on branch trunk — Updated CACKey macOS Install and Uninstall Scripts to try harder to disable CryptoTokenKit support after the GM release started ignoring some methods (user: kvanals, size: 1040) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 27 | 20 21 22 23 24 25 26 27 28 | + | pkgutil --forget ${package} done # If on Sierra or newer, reenable the pivtoken CryptoTokenKit echo "Reenabling the builtin pivtoken CryptoTokenKit..." if [ "`uname -r | cut -d '.' -f 1`" -ge "16" ]; then security smartcards token -e com.apple.CryptoTokenKit.pivtoken defaults delete /Library/Preferences/com.apple.security.smartcard DisabledTokens -array com.apple.CryptoTokenKit.pivtoken fi |