mirror of
https://github.com/netblue30/firejail.git
synced 2026-07-12 04:17:15 -06:00
Add better documentation for "-c" option.
This commit is contained in:
parent
d64e25da66
commit
c895eee170
2 changed files with 4 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ static char *usage_str =
|
|||
" --blacklist=filename - blacklist directory or file.\n"
|
||||
" --build - build a whitelisted profile for the application.\n"
|
||||
" --build=filename - build a whitelisted profile for the application.\n"
|
||||
" -c - execute command and exit.\n"
|
||||
" -c - login shell compatibility option (has no effect).\n"
|
||||
" --caps - enable default Linux capabilities filter.\n"
|
||||
" --caps.drop=all - drop all capabilities.\n"
|
||||
" --caps.drop=capability,capability - blacklist capabilities filter.\n"
|
||||
|
|
|
|||
|
|
@ -186,7 +186,9 @@ Example:
|
|||
$ firejail --build=vlc.profile vlc ~/Videos/test.mp4
|
||||
.TP
|
||||
\fB\-c
|
||||
Execute command and exit.
|
||||
Login shell compatibility option. This option is use by some login programs when executing
|
||||
the login shell, such as when firejail is used as a restricted login shell. It currently does
|
||||
not change the execution of firejail.
|
||||
.TP
|
||||
\fB\-\-caps
|
||||
Linux capabilities is a kernel feature designed to split up the root privilege into a set of distinct privileges.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue