https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.12.y.git;a=summary
LTS kernel 6.12
Current version: 6.12.61
commit 111d0fd83afaf0845509da9cc2fe80154f820347 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(-)