Module privsep::process[][src]

Expand description

Configuration and setup of privilege-separated processes.

Structs

Child

A child process.

Config

Runtime-configurable options for the privsep setup.

Options

General options for the privsep setup.

Parent

The privileged parent.

Peer

A child process from the parent point of view.

Process

Child process startup definition.

Constants

PARENT

Reserved name for the parent process.

PRIVSEP_FD

Internal file descriptor that is passed between processes.

Functions

daemon

Portable wrapper of the daemon(3) function that got removed from macOS.

Type Definitions

Peers

The list of child processes.

Processes

The list of child process definitions.