You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure that i should create a new Issue (may be linked with #5501)
I am working on a program that watch over some processes but i would like to limit the rights of the child process before execution.
it is possible with nodejs to set an uid and/or a gid so then, just before the process is execve the parent process call setuid and/or setgid to drop privileges of the child.
I am not sure that i should create a new Issue (may be linked with #5501)
I am working on a program that watch over some processes but i would like to limit the rights of the child process before execution.
it is possible with nodejs to set an uid and/or a gid so then, just before the process is execve the parent process call setuid and/or setgid to drop privileges of the child.
node way
The text was updated successfully, but these errors were encountered: