manpage: add --execute_fd option

This commit is contained in:
John Vogel 2017-10-18 14:48:24 -04:00
parent 9fbe753a6a
commit 221b53f8d2

View File

@ -34,6 +34,9 @@ Configuration file in the config.proto ProtoBuf format
\fB\-\-exec_file\fR|\fB\-x\fR VALUE
File to exec (default: argv[0])
.TP
\fB\-\-execute_fd\fR
Use execveat() to execute a file-descriptor instead of executing the binary path. In such case argv[0]/exec_file denotes a file path before mount namespacing
.TP
\fB\-\-chroot\fR|\fB\-c\fR VALUE
Directory containing / of the jail (default: none)
.TP