Feature #6975
Updated by nobu (Nobuyoshi Nakada) over 12 years ago
Hello,
If I am not wrong it seems that there is no way to properly drop all privileges when spawning a process with spawn/popen.
AFAIK, proper privilege dropping should be done after the fork() and before the exec() and there doesn't seem to be such functionality neither an hook like Python has.
Thanks,
Bye,