aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-05 10:41:07 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-05 11:19:04 -0300
commit6ba0e38241145f72a60c1a2d0fd0df8325c1586c (patch)
tree5d73dec3aa7ddd38f9f52a9af84fa29582dde40e
parentdocs: fix typo of --nonewprivs in Landlock section (diff)
downloadfirejail-6ba0e38241145f72a60c1a2d0fd0df8325c1586c.tar.gz
firejail-6ba0e38241145f72a60c1a2d0fd0df8325c1586c.tar.zst
firejail-6ba0e38241145f72a60c1a2d0fd0df8325c1586c.zip
README.md: fix Landlock support list
Fix formatting and wrong/outdated information. This amends commit 6d0559de7 ("landlock: update README.md, small fix in man firejal; update profile stats in README.md", 2023-12-04). Relates to #6078.
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index b34acfd71..33bd6bfb3 100644
--- a/README.md
+++ b/README.md
@@ -312,9 +312,12 @@ Discussion:
312* [private-etc rework](https://github.com/netblue30/firejail/discussions/5610) 312* [private-etc rework](https://github.com/netblue30/firejail/discussions/5610)
313 313
314### Landlock support 314### Landlock support
315* re-merged from #5315 ChrysoliteAzalea/landlock 315
316* Compile time detection based on /usr/include/kernel/landlock.h - if the file is present in the filesystem, the feature is compiled in. 316* Added on #6078, which is based on #5315 from ChrysoliteAzalea/landlock
317* Run-time detection of kernels 6.1 (debian stable) or newer. 317* Compile-time detection based on linux/landlock.h - if the header is found,
318 the feature is compiled in
319* Runtime detection based on whether Landlock is supported by the kernel and is
320 enabled on the system
318 321
319```text 322```text
320LANDLOCK 323LANDLOCK