Man page - leaprun(8)

Packages contas this manual

Manual

LEAPRUN(8) privleap Manual LEAPRUN(8)

leaprun - Run actions with privleap

leaprun [-c|--check] [--] action_name

Connects to a privleapd server running on the local machine, and requests that the server run an action defined in privleap's config. The exact actions that are available to run will vary from system to system.

Queries the privleapd server to see if the requested action can be run by the caller, without actually running the action.
--
End-of-options indicator.

None.

See privleap-conf.d(5).

1: An error occurred while running or attempting to run the requested action.

When the requested action is run successfully, leaprun will pass through the exit code of the requested action. This means that if one runs an action that exits 1, leaprun will also exit 1, even if leaprun itself encountered no issues.

Run an action hello-world (assuming the action hello-world is defined in privleap's configuration):

leaprun hello-world

https://github.com/Kicksecure/privleap

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

January 2020 privleap