mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
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.
This commit is contained in:
parent
666063f575
commit
6ba0e38241
1 changed files with 6 additions and 3 deletions
|
|
@ -312,9 +312,12 @@ Discussion:
|
|||
* [private-etc rework](https://github.com/netblue30/firejail/discussions/5610)
|
||||
|
||||
### Landlock support
|
||||
* re-merged from #5315 ChrysoliteAzalea/landlock
|
||||
* Compile time detection based on /usr/include/kernel/landlock.h - if the file is present in the filesystem, the feature is compiled in.
|
||||
* Run-time detection of kernels 6.1 (debian stable) or newer.
|
||||
|
||||
* Added on #6078, which is based on #5315 from ChrysoliteAzalea/landlock
|
||||
* Compile-time detection based on linux/landlock.h - if the header is found,
|
||||
the feature is compiled in
|
||||
* Runtime detection based on whether Landlock is supported by the kernel and is
|
||||
enabled on the system
|
||||
|
||||
```text
|
||||
LANDLOCK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue