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.105
commit 0dbf6a74e191c533c0e90fbb39c99761570d2fa1
Author: Amon Ott <ao(a)rsbac.org>
Date: Fri Mar 31 09:33:45 2023 +0200
Check ext2 and ext4 ioctl with DEV target, not DIR.
Check ext4 FITRIM as R_GET_PERMISSIONS_DATA, not R_MODIFY_PERMISSIONS_DATA.
Check R_GET_PERMISSIONS_DATA and R_MODIFY_PERMISSIONS_DATA on DEV block
in JAIL and MAC.
fs/ext2/ioctl.c | 15 ++++-----------
fs/ext4/ioctl.c | 17 +++++------------
rsbac/adf/jail/jail_main.c | 22 ++++++++++++++++++++--
rsbac/adf/mac/mac_main.c | 11 +++++++++--
4 files changed, 38 insertions(+), 27 deletions(-)
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.22
commit c7d8b7b8a683deded3a5247bf4c8c4079637fe1e
Author: Amon Ott <ao(a)rsbac.org>
Date: Fri Mar 31 08:26:03 2023 +0200
Check ext2 and ext4 ioctl with DEV block target, not DIR.
Check ext4 FITRIM as R_GET_PERMISSIONS_DATA, not R_MODIFY_PERMISSIONS_DATA.
Check R_GET_PERMISSIONS_DATA and R_MODIFY_PERMISSIONS_DATA on DEV block
in JAIL and MAC.
fs/ext2/ioctl.c | 15 ++++-----------
fs/ext4/ioctl.c | 17 +++++------------
rsbac/adf/jail/jail_main.c | 22 ++++++++++++++++++++--
rsbac/adf/mac/mac_main.c | 11 +++++++++--
4 files changed, 38 insertions(+), 27 deletions(-)
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.311
commit abf7e6cfe0d34130235f5e1bc1a7b1776946cd28
Author: Amon Ott <ao(a)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(-)
https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-4.19.y.git;a=summary
RSBAC for Linux 4.19 (Long Term)
Current version: 4.19.279
commit e3bd33ca25a7c8b0cecc184ff4ab39f5432c9137
Author: Amon Ott <ao(a)rsbac.org>
Date: Wed Nov 3 13:21:45 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(-)