Man page - privleapd(1)

Packages contas this manual

Manual

PRIVLEAPD(1) privleap Manual PRIVLEAPD(1)

privleapd - privleap backend server

privleapd [-C|--check-config] [-h|--help|-?]

The backend server for privleap. Runs predefined code snippets as root when requested by an authorized client. privleapd listens for connections on UNIX sockets under /run/privleapd, it does not send or receive information over a network.

You usually will not need to run this directly - if privleap was installed from your distribution's repository, it should be pre-configured to start on boot. The one time you usually will want to run it is when ensuring that all configuration is valid before restarting privleapd.

Checks to ensure the privleap configuration is valid, then outputs a short report and exits.
Prints usage information.

None.

See privleap-conf.d(5).

0: A config check succeeded.

1: A config check failed, or privleapd crashed.

Note that privleapd will usually not exit at all, as it is designed to run continuously in the background.

Check to ensure privleap configuration is valid:

privleapd -C

Restart privleapd to load new configuration files:

systemctl restart privleapd.service

https://github.com/Kicksecure/privleap

This man page has been written by Aaron Rainbolt (arraybolt3@ubuntu.com).

January 2020 privleap