Re: [Mojolicious] Executing tasks in the backend ?

2018-11-08 Thread Luc Larochelle
Thanks for replying. So it's the never ending story of permissions, facl, groups, security concepts ... I prefer coding ! I'm using group permissions to have the WebApp user execute a program from another user. So far so good, but not perfect. I even tried to play with the visudo config, but

Re: [Mojolicious] Executing tasks in the backend ?

2018-11-07 Thread Stefan Adams
On Wed, Nov 7, 2018 at 1:18 PM Luc Larochelle wrote: > Hi Everyone, > > Given that application X is owned by it's generic user (userX) and that a > Webapp is owned by another generic user(Y), what's the best way to share > permissions between the users so that application X can be called by a a

[Mojolicious] Executing tasks in the backend ?

2018-11-07 Thread Luc Larochelle
Hi Everyone, Given that application X is owned by it's generic user (userX) and that a Webapp is owned by another generic user(Y), what's the best way to share permissions between the users so that application X can be called by a a request to the WebApp ? Also, is it a good thing to separate