diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-20 20:41:52 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-20 20:41:52 +0200 |
commit | 9fa23750c6e591a6e095057ec07c81dddec0d72c (patch) | |
tree | 5224d89c0e8a4f5f8b0d6c9eae78d075134db75c /Documentation/userspace-api | |
parent | Merge tag 'firewire-updates-6.11' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
parent | landlock: Various documentation improvements (diff) | |
download | linux-9fa23750c6e591a6e095057ec07c81dddec0d72c.tar.xz linux-9fa23750c6e591a6e095057ec07c81dddec0d72c.zip |
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 |