diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-20 21:41:52 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-20 21:41:52 +0300 |
commit | 9fa23750c6e591a6e095057ec07c81dddec0d72c (patch) | |
tree | 5224d89c0e8a4f5f8b0d6c9eae78d075134db75c /Documentation/userspace-api | |
parent | 8326f5e1a47b1a657524678cb62b264a84fbea7e (diff) | |
parent | f4b89d8ce5a835afa51404977ee7e3889c2b9722 (diff) | |
download | linux-9fa23750c6e591a6e095057ec07c81dddec0d72c.tar.xz |
Merge tag 'landlock-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Pull landlock updates from Mickaël Salaün:
"This simplifies code and improves documentation"
* tag 'landlock-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux:
landlock: Various documentation improvements
landlock: Clarify documentation for struct landlock_ruleset_attr
landlock: Use bit-fields for storing handled layer access masks
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r-- | Documentation/userspace-api/landlock.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/landlock.rst b/Documentation/userspace-api/landlock.rst index 07b63aec56fa..37dafce8038b 100644 --- a/Documentation/userspace-api/landlock.rst +++ b/Documentation/userspace-api/landlock.rst @@ -8,7 +8,7 @@ Landlock: unprivileged access control ===================================== :Author: Mickaël Salaün -:Date: April 2024 +:Date: July 2024 The goal of Landlock is to enable to restrict ambient rights (e.g. global filesystem or network access) for a set of processes. Because Landlock |