[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241109110856.222842-1-mic@digikod.net>
Date: Sat, 9 Nov 2024 12:08:53 +0100
From: Mickaël Salaün <mic@...ikod.net>
To: Günther Noack <gnoack@...gle.com>,
Mikhail Ivanov <ivanov.mikhail1@...wei-partners.com>
Cc: Mickaël Salaün <mic@...ikod.net>,
Konstantin Meskhidze <konstantin.meskhidze@...wei.com>,
Paul Moore <paul@...l-moore.com>,
Tahera Fahimi <fahimitahera@...il.com>,
linux-kernel@...r.kernel.org,
linux-security-module@...r.kernel.org
Subject: [PATCH v4 0/3] Refactor Landlock access mask management
Hi,
To simplify code for new access types [1], add 2 new helpers:
- landlock_union_access_masks()
- landlock_get_applicable_domain()
This fourth version mainly rename these helpers.
The last patch uses these helpers to optimize Landlock scope management
like with filesystem and network access checks.
[1] https://lore.kernel.org/r/3433b163-2371-e679-cc8a-e540a0218bca@huawei-partners.com
Previous version:
v3: https://lore.kernel.org/r/20241022151144.872797-2-mic@digikod.net
v2: https://lore.kernel.org/r/20241014124835.1152246-1-mic@digikod.net
v1: https://lore.kernel.org/r/20241001141234.397649-1-mic@digikod.net
Regards,
Mickaël Salaün (3):
landlock: Refactor filesystem access mask management
landlock: Refactor network access mask management
landlock: Optimize scope enforcement
security/landlock/fs.c | 31 ++++-----------
security/landlock/net.c | 28 +++-----------
security/landlock/ruleset.h | 73 ++++++++++++++++++++++++++++++++----
security/landlock/syscalls.c | 2 +-
security/landlock/task.c | 18 +++++++--
5 files changed, 95 insertions(+), 57 deletions(-)
base-commit: dad2f20715163e80aab284fb092efc8c18bf97c7
--
2.47.0
Powered by blists - more mailing lists