aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.1.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-12-23 08:29:33 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-12-23 08:29:33 -0500
commitdb09546f2946c921da1b07d9d3569c287238989b (patch)
tree5eb6edfb8cccfd9e9698a7750e19189b5deca2fe /src/man/firejail.1.in
parentfix cppcheck (diff)
downloadfirejail-db09546f2946c921da1b07d9d3569c287238989b.tar.gz
firejail-db09546f2946c921da1b07d9d3569c287238989b.tar.zst
firejail-db09546f2946c921da1b07d9d3569c287238989b.zip
remove LTS and FIRETUNNEL support
Diffstat (limited to 'src/man/firejail.1.in')
-rw-r--r--src/man/firejail.1.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in
index 9761edb76..ccc9a50a5 100644
--- a/src/man/firejail.1.in
+++ b/src/man/firejail.1.in
@@ -42,15 +42,6 @@ Miscellaneous:
42firejail {\-? | \-\-debug-caps | \-\-debug-errnos | \-\-debug-syscalls | \-\-debug-syscalls32 | \-\-debug-protocols | \-\-help | \-\-version} 42firejail {\-? | \-\-debug-caps | \-\-debug-errnos | \-\-debug-syscalls | \-\-debug-syscalls32 | \-\-debug-protocols | \-\-help | \-\-version}
43.RE 43.RE
44.SH DESCRIPTION 44.SH DESCRIPTION
45#ifdef HAVE_LTS
46This is Firejail long-term support (LTS), an enterprise focused version of the software,
47LTS is usually supported for two or three years.
48During this time only bugs and the occasional documentation problems are fixed.
49The attack surface of the SUID executable was greatly reduced by removing some of the features.
50.br
51
52.br
53#endif
54Firejail is a SUID sandbox program that reduces the risk of security breaches by 45Firejail is a SUID sandbox program that reduces the risk of security breaches by
55restricting the running environment of untrusted applications using Linux 46restricting the running environment of untrusted applications using Linux
56namespaces, seccomp-bpf and Linux capabilities. 47namespaces, seccomp-bpf and Linux capabilities.
@@ -3043,28 +3034,6 @@ $ firejail \-\-tree
3043.br 3034.br
3044 11970:netblue:transmission-gtk 3035 11970:netblue:transmission-gtk
3045 3036
3046#ifdef HAVE_FIRETUNNEL
3047.TP
3048\fB\-\-tunnel[=devname]
3049Connect the sandbox to a network overlay/VPN tunnel created by firetunnel utility. This options
3050tries first the client side of the tunnel. If this fails, it tries the server side. If multiple tunnels are active,
3051please specify the tunnel device using \-\-tunnel=devname.
3052.br
3053
3054.br
3055The available tunnel devices are listed in /etc/firetunnel directory, one file for each device.
3056The files are regular firejail profile files containing the network configuration,
3057and are created and managed by firetunnel utility.
3058By default ftc is the client-side device and fts is the server-side device. For more information
3059please see man 1 firetunnel.
3060.br
3061
3062.br
3063Example:
3064.br
3065$ firejail --tunnel firefox
3066.br
3067#endif
3068.TP 3037.TP
3069\fB\-\-version 3038\fB\-\-version
3070Print program version/compile time support and exit. 3039Print program version/compile time support and exit.