summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-19 14:36:15 +0000
committerAlexander Larsson <alexander.larsson@gmail.com>2021-08-23 12:19:03 +0200
commit1f69e5b35cd6a83217919f4f3316f71c5ecf3bea (patch)
tree7bd3d557cf0afbe2cdee35ffb79c1ee2beca36ef /README.md
parentd6e93b7ee0b5c4ea3e8c1c0f172d56d3f844de34 (diff)
downloadflatpak-1f69e5b35cd6a83217919f4f3316f71c5ecf3bea.tar.gz
remove trailing whitespace
Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4342e088..948d9297 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Most configure arguments are documented in `./configure --help`. However,
there are some options that are a bit more complicated.
Flatpak relies on a project called [Bubblewrap](https://github.com/containers/bubblewrap) for the
-low-level sandboxing. By default, an in-tree copy of this is built
+low-level sandboxing. By default, an in-tree copy of this is built
(distributed in the tarball or using git submodules in the git
tree). This will build a helper called flatpak-bwrap. If your system
has a recent enough version of Bubblewrap already, you can use
@@ -49,7 +49,7 @@ has a recent enough version of Bubblewrap already, you can use
Bubblewrap can run in two modes, either using unprivileged user
namespaces or setuid mode. This requires that the kernel supports this,
-which some distributions disable. For instance, Debian and Arch
+which some distributions disable. For instance, Debian and Arch
([linux](https://www.archlinux.org/packages/?name=linux) kernel v4.14.5
or later), support user namespaces with the `kernel.unprivileged_userns_clone`
sysctl enabled.