https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-5.10.y.git;a=summary
LTS kernel 5.10
Current version: 5.10.247
commit f53e5d4589b2ef38cc1b4316072f2471c6fdae93 Author: Amon Ott ao@rsbac.org Date: Wed Oct 15 09:35:06 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(-)