aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-31 14:55:03 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-05 01:07:41 -0300
commit67348ac9c2cdf9d30efbf9fd13eaf0a4adc3be00 (patch)
tree4a9891a6ae8599b4277185931092bd1779015b75
parentRevert "fix syntax in configure.ac" (diff)
downloadfirejail-67348ac9c2cdf9d30efbf9fd13eaf0a4adc3be00.tar.gz
firejail-67348ac9c2cdf9d30efbf9fd13eaf0a4adc3be00.tar.zst
firejail-67348ac9c2cdf9d30efbf9fd13eaf0a4adc3be00.zip
Revert "typos"
This reverts commit 0594c5d3d0f1ddc4049cf2ed38676a1cdc8d6843. Part of reverting commits with Landlock-related changes.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa3f81ffd..d5db45284 100644
--- a/README.md
+++ b/README.md
@@ -231,7 +231,7 @@ Milestone page: https://github.com/netblue30/firejail/milestone/1
231### Landlock support - EXPERIMENTAL 231### Landlock support - EXPERIMENTAL
232For the next release (0.9.72), landlock support is experimental. It is disabled in the normal build 232For the next release (0.9.72), landlock support is experimental. It is disabled in the normal build
233or in the executable archives we provide. It will be "officially" released 233or in the executable archives we provide. It will be "officially" released
234in 0.9.74, sometime early next year. For now, use --enable-landlock during software compile: 234in 0.9.74, sometime early next year. For now, use --enable-landlock durring software compile:
235````` 235`````
236$ ./configure --enable-landlock 236$ ./configure --enable-landlock
237````` 237`````