diff options
author | 2025-03-20 20:07:17 +0100 | |
---|---|---|
committer | 2025-03-26 13:59:49 +0100 | |
commit | 8e2dd47b10e77452733eae23cc83078fa29c1e9a (patch) | |
tree | 7e3a78d4d03b9b5842a424947b361f88ac4020fa /MAINTAINERS | |
parent | selftests/landlock: Add audit tests for network (diff) | |
download | wireguard-linux-8e2dd47b10e77452733eae23cc83078fa29c1e9a.tar.xz wireguard-linux-8e2dd47b10e77452733eae23cc83078fa29c1e9a.zip |
landlock: Add audit documentation
Because audit is dedicated to the system administrator, create a new
entry in Documentation/admin-guide/LSM . Extend other Landlock
documentation's pages with this new one.
Extend UAPI with the new log flags.
Extend the guiding principles with logs.
Cc: Günther Noack <gnoack@google.com>
Cc: Paul Moore <paul@paul-moore.com>
Link: https://lore.kernel.org/r/20250320190717.2287696-29-mic@digikod.net
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8e0736dc2ee0..a3aa52e47401 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13075,6 +13075,7 @@ L: linux-security-module@vger.kernel.org S: Supported W: https://landlock.io T: git https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git +F: Documentation/admin-guide/LSM/landlock.rst F: Documentation/security/landlock.rst F: Documentation/userspace-api/landlock.rst F: fs/ioctl.c |