aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-10-23 07:45:18 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-10-23 07:45:18 -0400
commit2fa359021dccabd4d5b40053c0aacda788c23912 (patch)
treeeca891655740fa57a1ca25aa6de6054ebf9f3c0b /src
parentdnstrace and snitrace (diff)
downloadfirejail-2fa359021dccabd4d5b40053c0aacda788c23912.tar.gz
firejail-2fa359021dccabd4d5b40053c0aacda788c23912.tar.zst
firejail-2fa359021dccabd4d5b40053c0aacda788c23912.zip
remove deprecated --shell from man page
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail.txt25
1 files changed, 3 insertions, 22 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 49fd18a04..a7e418981 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -911,7 +911,7 @@ Ignore command in profile file.
911.br 911.br
912Example: 912Example:
913.br 913.br
914$ firejail \-\-ignore=shell --ignore=seccomp firefox 914$ firejail --ignore=seccomp --ignore=caps firefox
915#ifdef HAVE_NETWORK 915#ifdef HAVE_NETWORK
916.br 916.br
917$ firejail \-\-ignore="net eth0" firefox 917$ firejail \-\-ignore="net eth0" firefox
@@ -2499,7 +2499,7 @@ filters.
2499.br 2499.br
2500Example: 2500Example:
2501.br 2501.br
2502$ firejail \-\-noprofile \-\-shell=none \-\-seccomp=execve sh 2502$ firejail \-\-noprofile \-\-seccomp=execve sh
2503.br 2503.br
2504Parent pid 32751, child pid 32752 2504Parent pid 32751, child pid 32752
2505.br 2505.br
@@ -2576,7 +2576,7 @@ additional filter for 32 bit system calls can be installed with
2576.br 2576.br
2577Example: 2577Example:
2578.br 2578.br
2579$ firejail \-\-shell=none \-\-seccomp.keep=poll,select,[...] transmission-gtk 2579$ firejail \-\-seccomp.keep=poll,select,[...] transmission-gtk
2580 2580
2581.TP 2581.TP
2582\fB\-\-seccomp.print=name|pid 2582\fB\-\-seccomp.print=name|pid
@@ -2758,25 +2758,6 @@ call.
2758.br 2758.br
2759 2759
2760.TP 2760.TP
2761\fB\-\-shell=none
2762Run the program directly, without a user shell.
2763.br
2764
2765.br
2766Example:
2767.br
2768$ firejail \-\-shell=none script.sh
2769.TP
2770\fB\-\-shell=program
2771Set default user shell. Use this shell to run the application using \-c shell option.
2772For example "firejail \-\-shell=/bin/dash firefox" will start Mozilla Firefox as "/bin/dash \-c firefox".
2773By default the user's preferred shell is used.
2774.br
2775
2776.br
2777Example:
2778$firejail \-\-shell=/bin/dash script.sh
2779.TP
2780\fB\-\-shutdown=name|pid 2761\fB\-\-shutdown=name|pid
2781Shutdown the sandbox identified by name or PID. 2762Shutdown the sandbox identified by name or PID.
2782.br 2763.br