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