aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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