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.73
commit 8c14f69e325339a80074457b603641f8f333fc42 Author: Amon Ott ao@rsbac.org Date: Thu Jan 9 10:34:33 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(-)