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