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.9
commit 70d3dbba30d81c29e1dd6534cfdc62da14d3a5cf Author: Amon Ott ao@rsbac.org Date: Mon Jan 6 08:02:34 2025 +0100
Check for error values before using pointers for R_CLOSE request. Some pointers may have been invalidated before we come here. Only call R_CLOSE notification, if CONFIG_RSBAC_NET_OBJ or CONFIG_RSBAC_UDF is enabled, and only for T_FILE and T_NETOBJ. REG might have a module interested, but we ignore that for now.
fs/open.c | 9 ++++++--- rsbac/data_structures/aci_data_structures.c | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-)