Skip to content

poolpOrg/go-privsep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

privsep

WIP: This is work in progress

The privsep package provides a simple API to setup OpenBSD-style daemons, relying on privileges separation and the fork+reexec pattern.

It allows describing the different processes and entry points, as well as the IPC channels between them, and takes care of all the underlying plumbing to bootstrap a daemon matching description.

It relies on the github.com/poolpOrg/ipcmsg package for IPC and fd passing.

For example of use, see the example program

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages