I'd like to change the user and group of the forked process (I'm using Linux, but I think this would still make sense for Windows). I looked into implementing this myself, but it seems like there's extensive FFI use (ie runInteractiveProcess), and it could require some potentially breaking API changes.
Do you think this is feasible?