https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-5.15.y.git;a=summary
RSBAC for Linux 5.15 (Long Term)
Current version: 5.15.176
commit f09876ccce094afb9846c802b5c211613f3e3c27 Author: Amon Ott ao@rsbac.org Date: Thu Jan 9 10:38:02 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(-)