aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-23 17:48:00 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-26 13:51:25 -0300
commit331158da03624e96000e02610f9bae358a34b810 (patch)
tree64acf878e06daec2ad29c0e64361a04844bee737 /README.md
parentdocs: fix misc texts/formatting (diff)
downloadfirejail-331158da03624e96000e02610f9bae358a34b810.tar.gz
firejail-331158da03624e96000e02610f9bae358a34b810.tar.zst
firejail-331158da03624e96000e02610f9bae358a34b810.zip
docs: line-wrap some long lines
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 17 insertions, 8 deletions
diff --git a/README.md b/README.md
index ab8cca261..05dd2a52f 100644
--- a/README.md
+++ b/README.md
@@ -74,11 +74,14 @@ See [SECURITY.md](SECURITY.md).
74 74
75### Debian 75### Debian
76 76
77Debian stable (bullseye): We recommend to use the [backports](https://packages.debian.org/bullseye-backports/firejail) package. 77Debian stable (bullseye): We recommend to use the
78[backports](https://packages.debian.org/bullseye-backports/firejail) package.
78 79
79### Ubuntu 80### Ubuntu
80 81
81For Ubuntu 18.04+ and derivatives (such as Linux Mint), users are **strongly advised** to use the [PPA](https://launchpad.net/~deki/+archive/ubuntu/firejail). 82For Ubuntu 18.04+ and derivatives (such as Linux Mint), users are **strongly
83advised** to use the
84[PPA](https://launchpad.net/~deki/+archive/ubuntu/firejail).
82 85
83How to add and install from the PPA: 86How to add and install from the PPA:
84 87
@@ -88,10 +91,12 @@ sudo apt-get update
88sudo apt-get install firejail firejail-profiles 91sudo apt-get install firejail firejail-profiles
89``` 92```
90 93
91Reason: The firejail package for Ubuntu 20.04 has been left vulnerable to CVE-2021-26910 for months after a patch for it was posted on Launchpad: 94Reason: The firejail package for Ubuntu 20.04 has been left vulnerable to
95CVE-2021-26910 for months after a patch for it was posted on Launchpad:
92 96
93* [CVE-2021-26910](https://github.com/advisories/GHSA-2q4h-h5jp-942w) 97* [CVE-2021-26910](https://github.com/advisories/GHSA-2q4h-h5jp-942w)
94* [firejail version in Ubuntu 20.04 LTS is vulnerable to CVE-2021-26910](https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1916767) 98* [firejail version in Ubuntu 20.04 LTS is vulnerable to
99 CVE-2021-26910](https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1916767)
95 100
96See also <https://wiki.ubuntu.com/SecurityTeam/FAQ>: 101See also <https://wiki.ubuntu.com/SecurityTeam/FAQ>:
97 102
@@ -102,12 +107,15 @@ See also <https://wiki.ubuntu.com/SecurityTeam/FAQ>:
102> the Ubuntu Security team for the life of an Ubuntu release, while binary 107> the Ubuntu Security team for the life of an Ubuntu release, while binary
103> packages in universe and multiverse are supported by the Ubuntu community. 108> packages in universe and multiverse are supported by the Ubuntu community.
104 109
105Additionally, the PPA version is likely to be more recent and to contain more profile fixes. 110Additionally, the PPA version is likely to be more recent and to contain more
111profile fixes.
106 112
107See the following discussions for details: 113See the following discussions for details:
108 114
109* [Should I keep using the version of firejail available in my distro repos?](https://github.com/netblue30/firejail/discussions/4666) 115* [Should I keep using the version of firejail available in my distro
110* [How to install the latest version on Ubuntu and derivatives](https://github.com/netblue30/firejail/discussions/4663) 116 repos?](https://github.com/netblue30/firejail/discussions/4666)
117* [How to install the latest version on Ubuntu and
118 derivatives](https://github.com/netblue30/firejail/discussions/4663)
111 119
112### Other 120### Other
113 121
@@ -149,7 +157,8 @@ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk
149 157
150For `--selinux` option, add libselinux1-dev (libselinux-devel for Fedora). 158For `--selinux` option, add libselinux1-dev (libselinux-devel for Fedora).
151 159
152Detailed information on using firejail from git is available on the [wiki](https://github.com/netblue30/firejail/wiki/Using-firejail-from-git). 160Detailed information on using firejail from git is available on the
161[wiki](https://github.com/netblue30/firejail/wiki/Using-firejail-from-git).
153 162
154## Running the sandbox 163## Running the sandbox
155 164