Commit 3c92ca2b authored by Evan Lucas's avatar Evan Lucas
Browse files

src: add ability to get/set effective uid/gid

Adds the following to process:

- `process.geteuid()`
- `process.seteuid(id)`
- `process.getegid()`
- `process.setegid(id)`

PR-URL: https://github.com/iojs/io.js/pull/1536


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent f9b226c1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment