aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@protonmail.com>2021-02-28 10:26:08 -0500
committerLibravatar startx2017 <vradu.startx@protonmail.com>2021-02-28 10:26:08 -0500
commitd1acb31c9714fe503082a890f1754f2026e71ee5 (patch)
tree1946a929c6c7bcc47bc04e1b988966d60f364b48 /src/man
parentcompile time: disable --output (diff)
downloadfirejail-d1acb31c9714fe503082a890f1754f2026e71ee5.tar.gz
firejail-d1acb31c9714fe503082a890f1754f2026e71ee5.tar.zst
firejail-d1acb31c9714fe503082a890f1754f2026e71ee5.zip
compile time: enable LTS
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index b251f8191..639b171cd 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -42,6 +42,15 @@ 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
45Firejail is a SUID sandbox program that reduces the risk of security breaches by 54Firejail is a SUID sandbox program that reduces the risk of security breaches by
46restricting the running environment of untrusted applications using Linux 55restricting the running environment of untrusted applications using Linux
47namespaces, seccomp-bpf and Linux capabilities. 56namespaces, seccomp-bpf and Linux capabilities.