Hi,
I have implemented a resource manager and I’m testing it as root-privileges.
By now, I have to run the resource in background and then running a process wich call the first (with open(), read()…).
My question is: How can I use the resource manager without running previously in background (to be used by a no root-user privileges process)
Thanks in advance