[launchd-dev] Launchd

Quinn "The Eskimo!" eskimo1 at apple.com
Wed Dec 12 03:21:44 PST 2012


On 7 Dec 2012, at 06:25, Cameron Mc Gorian <cameron at sello.me> wrote:

>     <key>ProgramArguments</key>
>     <array>
>         <string>/Users/MacbookPro/.bridge/server</string>
>         <string>start</string>
>     </array>

Also, if you're loading this job into the global launchd it's not safe to put the server in the user's home directory (because the user might replace it with their own code and thus escalate privileges without authorisation).

Share and Enjoy
--
Quinn "The Eskimo!"                    <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware




More information about the launchd-dev mailing list