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.112
commit 47470bbbc630e1a7e5328103af364044b4e5fdaa Author: Amon Ott ao@rsbac.org Date: Wed Oct 15 09:19:34 2025 +0200
Remove RSBAC automount support, it creates more problems than it solves. Automount was a work-around for the case that we missed some mount and had no RSBAC structures for a mounted filesystem. Instead, we now return a default value and log this case once per function so that we can fix it later.
include/rsbac/aci_data_structures.h | 5 +- rsbac/data_structures/aci_data_structures.c | 529 ++++++++++----------------- rsbac/data_structures/acl_data_structures.c | 85 +++-- rsbac/data_structures/auth_data_structures.c | 42 ++- rsbac/data_structures/mac_data_structures.c | 42 ++- 5 files changed, 325 insertions(+), 378 deletions(-)