Created
October 23, 2014 05:52
-
-
Save drewbug/4ed5dd02db4258e21f07 to your computer and use it in GitHub Desktop.
securityd notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In /System/Library/LaunchDaemons/com.apple.securityd.plist, this apparently *won't* keep pcscd alive forever: | |
| <array> | |
| <string>/usr/sbin/securityd</string> | |
| <string>-i</string> | |
| <string>-s</string> | |
| <string>on</string> | |
| </array> | |
| This is despite a comment in pcscmonitor.h that says it should "keep pcscd running at all times" | |
| Oh well. |
drewbug
commented
Oct 23, 2014
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment