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

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

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

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

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


base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
-- 
2.46.1