Skip to content

Commit

Permalink
README.md: fix Landlock support list
Browse files Browse the repository at this point in the history
Fix formatting and wrong/outdated information.

This amends commit 6d0559d ("landlock: update README.md, small fix in
man firejal; update profile stats in README.md", 2023-12-04).

Relates to #6078.
  • Loading branch information
kmk3 committed Dec 5, 2023
1 parent 666063f commit 6ba0e38
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ba0e38

Please sign in to comment.