https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.1.y.git;a=summary
RSBAC for Linux 6.1 (Long Term)
Current version: 6.1.69
commit 8e6e4659f8d1848ebcf04f1bc6c52e80c723800a Author: Amon Ott ao@rsbac.org Date: Mon Dec 18 14:53:35 2023 +0100
Fix CAP and JAIL capability logging and learning, use BIT kernel macros. After CAP learning a capability, allow access. Use BIT_ULL() and BIT() macros where useful.
include/rsbac/cap_getname.h | 6 +- include/rsbac/log_cap.h | 6 +- kernel/capability.c | 8 +- rsbac/Kconfig | 2 +- rsbac/adf/acl/acl_main.c | 6 +- rsbac/adf/adf_main.c | 26 +++--- rsbac/data_structures/aci_data_structures.c | 88 +++++++++--------- rsbac/data_structures/acl_data_structures.c | 6 +- rsbac/data_structures/gen_lists.c | 138 ++++++++++++++-------------- rsbac/help/cap_getname.c | 52 +++++++---- rsbac/help/jail_getname.c | 8 +- 11 files changed, 183 insertions(+), 163 deletions(-)