diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-02-22 12:46:07 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-02-22 12:46:07 -0800 |
commit | 291a73a8e63a6a00f2f6863989cd1652a1f5b9a1 (patch) | |
tree | 7c750cbf7cc8564acc5585e2de87f2fbb20d7045 /MAINTAINERS | |
parent | 67e2dcff8b21923d48f5ca835773b2f005389e69 (diff) | |
parent | 1c1ea1c3e21d5ba0867f84f6ad04090bd477df25 (diff) |
Merge tag 'landlock-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Pull landlock updates from Mickaël Salaün:
"This improves documentation, and makes some tests more flexible to be
able to run on systems without overlayfs or with Yama restrictions"
* tag 'landlock-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux:
MAINTAINERS: Update Landlock repository
selftests/landlock: Test ptrace as much as possible with Yama
selftests/landlock: Skip overlayfs tests when not supported
landlock: Explain file descriptor access rights
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4dacb54557e1..986c33f17690 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11592,7 +11592,7 @@ M: Mickaël Salaün <mic@digikod.net> L: linux-security-module@vger.kernel.org S: Supported W: https://landlock.io -T: git https://github.com/landlock-lsm/linux.git +T: git https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git F: Documentation/security/landlock.rst F: Documentation/userspace-api/landlock.rst F: include/uapi/linux/landlock.h |