Skip to content

Commit 94ccc4b

Browse files
committed
Add README section about supported Landlock ABI versions
1 parent 6a85408 commit 94ccc4b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,21 @@ and attacks.
7676
It won't prevent an exploited application from all malicious behavior,
7777
but it can stop it reading with the filesystem and interacting with device files.
7878

79+
## Features
80+
81+
| Landlock ABI Version | Feature | Supported |
82+
|----------------------|---------------------------|-----------|
83+
| 1 | Initial support ||
84+
| 2 | File renaming and linking ||
85+
| 3 | File truncation ||
86+
| 4 | TCP bind and connect ||
87+
| 5 | Device IOCTL ||
88+
| 6 | Abstract UNIX socket ||
89+
| 7 | Linux audit logging ||
90+
91+
For more information about what these features are,
92+
please see the [Landlock user documentation section _Previous Limitations_](https://docs.kernel.org/userspace-api/landlock.html#previous-limitations).
93+
7994
## Developer Information
8095

8196
## Testing

0 commit comments

Comments
 (0)