appjail-enable
—
Set default parameters for stages
appjail enable |
jail start
[-I ] [[-c
parameter=value] ...] [-i
initscript] [[-s
parameter=value] ...] [-t
template] [[-V
name=value] ...] |
appjail enable |
jail stop
[-I ] [-i
initscript] [-p
parameter=value] [-V
name=value] |
appjail enable |
jail run
[-i initscript]
[[-p parameter=value] ...]
[[-V name=value] ...] |
The
appjail
enable utility sets default parameters for the stages used by the
appjail-start(1),
appjail-stop(1)
and
appjail-run(1)
commands. These parameters are used when the user does not specify one
explicitly from the command-line and are more relevant when the stages are
executed without user intervention, e.g. at startup. These commands mimic
the command-line arguments used by those commands.
The appjail enable
utility exits 0
on success, and >0 if an error occurs. It may fail for one of the
following reasons:
- EX_USAGE:
The command was used incorrectly.
- EX_NOINPUT:
jail cannot be found.
- EX_SOFTWARE:
Error creating the directory where files used by this command are
stored.
- EX_DATAERR:
- An invalid option was specified.
- jail is invalid.
- EX_IOERR:
Error writing the contents of a file used by the specified parameter.