Re: NSOperation Issues
Re: NSOperation Issues
- Subject: Re: NSOperation Issues
- From: Jens Alfke <email@hidden>
- Date: Thu, 03 Apr 2014 17:47:50 -0700
On Apr 3, 2014, at 4:11 PM, Varun Chandramohan <email@hidden> wrote:
> I suspect that NSOperationQueue cannot be used as daemon running as root user?
This isn’t directly related to your question, but you almost certainly shouldn’t be running your code as root. That’s a bad security practice — it means that security problems in your code might be exploitable to take control of the entire OS. If your code shouldn’t run as any specific user account, the usual approach is to create a special account for it.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden