From: "vihai (Daniele Orlandi)" Date: 2012-09-04T13:16:49+09:00 Subject: [ruby-core:47414] [ruby-trunk - Feature #6975][Open] Changing UID/GID when calling spawn/popen Issue #6975 has been reported by vihai (Daniele Orlandi). ---------------------------------------- Feature #6975: Changing UID/GID when calling spawn/popen https://bugs.ruby-lang.org/issues/6975 Author: vihai (Daniele Orlandi) Status: Open Priority: Normal Assignee: Category: Target version: 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, -- http://bugs.ruby-lang.org/