https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-5.4.y.git;a=summary
RSBAC for Linux 5.4 (Long Term)
Current version: 5.4.194
commit c52fa64dcd196293cace52775028e81f41757a22 Author: Amon Ott ao@rsbac.org Date: Wed Nov 3 13:13:34 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(-)