Files
node-v0.x-archive/test
isaacs 6f5d95de6d child_process: Add gid/uid flags to spawn config
This is mostly working, but not completely ideal for two reasons.

1. Rather than emitting an error on the ChildProcess object when the
setgid/setuid fails, it is simply printing the error to stderr and
exiting.  The same happens with the cwd, so that's not completely
terrible.

2. I don't have a good test for this.  It fails with an EPERM if you try
to change the uid or gid as a non-root user.
2011-01-11 10:02:58 -08:00
..
2011-01-10 16:30:26 -08:00
2010-10-18 14:54:39 -07:00
2010-12-16 18:41:13 -08:00
2011-01-07 10:58:13 -08:00
2010-11-23 23:33:19 -06:00