[PATCH v2 0/3] Refactor Landlock access mask management

Mickaël Salaün posted 3 patches 1 month, 1 week ago
There is a newer version of this series
security/landlock/fs.c       | 21 +++---------
security/landlock/net.c      | 21 +++---------
security/landlock/ruleset.h  | 66 +++++++++++++++++++++++++++++-------
security/landlock/syscalls.c |  2 +-
security/landlock/task.c     | 22 ++++++++++--
5 files changed, 82 insertions(+), 50 deletions(-)
[PATCH v2 0/3] Refactor Landlock access mask management
Posted by Mickaël Salaün 1 month, 1 week ago
Hi,

To simplify code for new access types [1], add 2 new helpers:
- landlock_merge_access_masks()
- landlock_match_ruleset()

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:
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       | 21 +++---------
 security/landlock/net.c      | 21 +++---------
 security/landlock/ruleset.h  | 66 +++++++++++++++++++++++++++++-------
 security/landlock/syscalls.c |  2 +-
 security/landlock/task.c     | 22 ++++++++++--
 5 files changed, 82 insertions(+), 50 deletions(-)


base-commit: 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b
-- 
2.47.0