Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
LEAPRUN(8)			 privleap Manual		      LEAPRUN(8)

NAME
     leaprun - Run actions with privleap

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

DESCRIPTION
     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  ac-
     tions that are available to run will vary from system to system.

OPTIONS
     -c|--check
	    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.

ENVIRONMENT VARIABLES
     None.

CONFIG FILES
     See privleap-conf.d(5).

EXIT CODES
     1: An error occurred while running or attempting to run the  requested  ac-
     tion.

     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  ac-
     tion that exits 1, leaprun will also exit 1, even if leaprun itself encoun-
     tered no issues.

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

     leaprun hello-world

WWW
     https://github.com/Kicksecure/privleap

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

privleap			  January 2020			      LEAPRUN(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=leaprun&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help