Hi, I am working with Tizen 4 on RPI3 and in general I was able to run my C# sample without to much issue.
My Sample is loading plugin using dlopen/dlsym running local socket and using Shared memory and semaphore and everything run fine on my device without root access.
Now I would like to push my experiment and use the Process.Start to run some command, but each time I try I have some permission denied.
Do you know if I need to add some privilege inside the manifest in order to run some command ?
Thanks