This repository was archived by the owner on Sep 17, 2019. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a simple wrapper around Go's rpc package to allow a Go server, running as root, to call RPCs running as a different user in a child process. See example.go Enjoy. Note: this is currently more of a proof of concept and not incredibly polished, but it seems to work. :)