Displaying 2 results from an estimated 2 matches for "oriented_middleware".
2018 Aug 22
0
selinux question
...ning as the non-php user, then provide access to it over the many IPC mechanisms available in a Linux system: named pipes, SysV message queues, shared memory? Add to that all of the higher-level services available like message-oriented middleware:
https://en.wikipedia.org/wiki/Category:Message-oriented_middleware
Such services let one process tell another, ?Hey, I need you to do something for me,? then wait for the answer, received as a single coherent message. Many of these schemes let you split that worker process off into a separate machine, or even a cluster of machines.
That could help you to get...
2018 Aug 21
2
selinux question
On 08/21/2018 02:20 PM, Warren Young wrote:
> On Aug 21, 2018, at 1:27 PM, Nataraj <incoming-centos at rjl.com> wrote:
>> I have a web application which uses sudo to invoke python scripts as the
>> user under which the application runs (NO root access).
> Why is the web app not running with that user?s permissions in the first place?
>
> If your answer is that it