Re: protected ports & sandboxing
Re: protected ports & sandboxing
- Subject: Re: protected ports & sandboxing
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 09 Sep 2015 12:19:20 +0000
- Thread-topic: protected ports & sandboxing
On 9 sept. 2015, at 11:20, Andreas Fink wrote:
> Quick question:
>
> What is the best approach to run a system daemon which listens on a protected port ( < 1000) while the App is delivered through the AppStore (and hence is sandboxed).
If the system daemon is the Application or part of the application delivered through the App Store, you should not worry. Your app won't be accepted.
You can not run a system/launchd daemon for a Mac App Store application. You can have something close to a launchd agent via the SMLoginItemSetEnabled API but it will only run for the current user after the user has logged in. And it would require to be activated by each user account manually from the application.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden