https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-4.9.y.git;a=summary
RSBAC for Linux 4.9 (Long Term)
Current version: 4.9.332
commit b0ebb38f055ec629358772a37bb32f081d0ac24b Author: Amon Ott ao@rsbac.org Date: Wed Nov 3 13:33:54 2021 +0100
Do not check space in rsbac_symlink_redirect(), rather truncate result later. This follows the standard readlink() behaviour, which silently truncates, if there is not enough space.
fs/namei.c | 6 ++++-- fs/stat.c | 2 +- include/rsbac/adf.h | 1 - rsbac/adf/adf_main.c | 51 +++++++-------------------------------------------- 4 files changed, 12 insertions(+), 48 deletions(-)