https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.6.y.git;a=summary
RSBAC for Linux 6.6 (Long Term)
Current version: 6.6.11
commit 1da927ae97e33d0fcf78735797fbb2f8406d11af Author: Amon Ott ao@rsbac.org Date: Thu Jan 11 07:54:55 2024 +0100
Default CONFIG_RSBAC_MOVETO to yes, auto-adjust RC and ACL FD rights. Warning: for this adjustment, RC and ACL FD lists get a version bump, this means they get upgraded when read from disk and going back to older RSBAC kernels requires booting with rsbac_list_recover and setting RC and ACL FD values again. Because of a previous change for kernel 6.6, this is needed anyway, if you want to go back to older kernel versions.
include/rsbac/acl_data_structures.h | 12 +++---- include/rsbac/debug.h | 6 ++-- include/rsbac/rc_data_structures.h | 5 +-- include/rsbac/types.h | 2 +- rsbac/Kconfig | 2 +- rsbac/data_structures/acl_data_structures.c | 50 +++++++++++++++-------------- rsbac/data_structures/rc_data_structures.c | 42 +++++++++++++++++++----- 7 files changed, 74 insertions(+), 45 deletions(-)