mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
docs: clarify that only latest and dev versions are supported (#6965)
To avoid wasting time due to (for example): * Bugs that were already fixed * Old versions with different/missing verbosity in the output * Behavior that only affects (or differs in) old versions * Copying and pasting profile lines which contain commands that are unsupported in old versions (or that depend on other changes to profiles in the current version) This is a follow-up to #6964.
This commit is contained in:
parent
05cf5cd93c
commit
be065d1301
4 changed files with 33 additions and 0 deletions
25
SECURITY.md
25
SECURITY.md
|
|
@ -2,6 +2,31 @@
|
|||
|
||||
## Supported Versions
|
||||
|
||||
Unless explicitly stated otherwise, we only support the latest released version
|
||||
(and the current development version) of firejail, which should be the one in
|
||||
the following page:
|
||||
|
||||
* <https://github.com/netblue30/firejail/releases/latest>
|
||||
|
||||
Versions older than the latest usually have outdated profiles and may contain
|
||||
bugs and security vulnerabilities that were already fixed in a later version.
|
||||
|
||||
See [Installing](README.md#installing) for distribution-specific instructions
|
||||
and recommendations.
|
||||
|
||||
If the firejail version in your distribution is older than the latest released
|
||||
version (and at least a few days have passed since the release), please contact
|
||||
the maintainers for your distribution and request an update to the relevant
|
||||
package(s).
|
||||
|
||||
In the meantime, you can [build and install](README.md#building) the current
|
||||
development version.
|
||||
|
||||
See also [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||
|
||||
Released versions are listed in the table below, which is mostly intended for
|
||||
historical reference and may be outdated and/or incomplete.
|
||||
|
||||
| Version | Supported by us | EOL | Supported by distribution |
|
||||
| ------- | ------------------ | ------------------ | --------------------------------------------------------------------------------- |
|
||||
| 0.9.76 | :heavy_check_mark: | | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue