Just one more comment: As far as I know, daemons ALWAYS have root access within their area of confinement. (See, for example, comments by ogra here.) If you have configured your app to run as a daemon - the typcial use-case for ctrlX CORE - then access generally is a question of broadening the area of confinement via the plugs mechanism (i.e. setting up the plugs correctly) and never one of "sudo".
... View more