Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why securityd does't launch pcscd




On 3 Jul 2008, at 04:09, 王景民 wrote:

when i modify the /System/Library/LaunchDaemons/ com.apple.securityd.plist
to
<string>com.apple.securityd<string>
<string>-s aggressive<string>
or
<string>-s on<string>
the computer can't start,it stop at start time.
Is it a bug of leopard(10.5)?


That doesn't look quite like the com.apple.securityd.plist file on my machine, which is (AFAIK) unmodified from what Apple ship.


But the thing you're missing is that the ProgramArguments is an array of strings to pass to exec() so you'd want something like this:

	<key>ProgramArguments</key>
	<array>
		<string>/usr/sbin/securityd</string>
		<string>-s</string>
		<string>on</string>
	</array>

Cheers,

Chris _______________________________________________
Do not post admin requests to the list. They will be ignored.
Apple-cdsa mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/apple-cdsa/email@hidden

This email sent to email@hidden
References: 
 >Re: Re: Why securityd does't launch pcscd (From: "王景民" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.