04pkcs11tokend-post.sh at [e2fd50bfda]

File build/cackey_osx_build/Template_pmbuild/scripts/04pkcs11tokend-post.sh artifact a3cf8e39fd part of check-in e2fd50bfda


#!/bin/bash
chmod -R go+rX /Library/Security/tokend/PKCS11.tokend
chown -R root:wheel /Library/Security/tokend/PKCS11.tokend

# If on Sierra or newer, disable the pivtoken CryptoTokenKit
if [ "`uname -r | cut -d '.' -f 1`" -ge "16" ]; then
	security smartcards token -d com.apple.CryptoTokenKit.pivtoken
fi