https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.12.y.git;a=summary
RSBAC for Linux 6.12 (Long Term)
Current version: 6.12.55
commit 1546b8db2f4ad73e2371182c396183756c5df504 Author: Amon Ott ao@rsbac.org Date: Tue Oct 14 12:16:53 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(-)