> you want to drop privileges (as in Docker entry-points) but you don't want your process to be child process of su or sudo process.<p>> Unlike su or sudo this tool would exec to replace the current process (so it would receive signals ..etc.)<p>Where did you get the idea that su or sudo spawn a <i>child processes</i> for
commands to run? I would be very, very wary of any security-sensitive code
from author who didn't get such a basic thing right.<p>Unless you do <i>very magic</i> thing and replace my current shell, which would be
the parent process of your command.