File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,21 @@ and attacks.
7676It won't prevent an exploited application from all malicious behavior,
7777but 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
You can’t perform that action at this time.
0 commit comments