https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-5.10.y.git;a=summary
RSBAC for Linux 5.10 (Long Term)
Current version: 5.10.181
commit 9afae17364972a48660438c8025373e5968649c2
Author: Amon Ott <ao(a)rsbac.org>
Date: Thu Jun 1 08:38:39 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check before no-op check.
The kernel no-op check bypasses the RSBAC check and notification, but in RSBAC,
setresuid(getuid(), -1, -1) is security relevant and needs to update state.
As a side effect, we now also check before the kernel capability check and
might see more RSBAC messages as a result.
kernel/sys.c | 138 ++++++++++++++++++++++++++++-------------------------------
1 file changed, 66 insertions(+), 72 deletions(-)
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.114
commit 4361aa035d3aa3c9371b33f96f8b6659e8a0f7fd
Author: Amon Ott <ao(a)rsbac.org>
Date: Thu Jun 1 08:30:58 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check before no-op check.
The kernel no-op check bypasses the RSBAC check and notification, but in RSBAC,
setresuid(getuid(), -1, -1) is security relevant and needs to update state.
As a side effect, we now also check before the kernel capability check and
might see more RSBAC messages as a result.
kernel/sys.c | 138 ++++++++++++++++++++++++++++-------------------------------
1 file changed, 66 insertions(+), 72 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.31
commit 2d7dc0e60f2fd77cd2c6663d15e5385545308b6f
Author: Amon Ott <ao(a)rsbac.org>
Date: Thu Jun 1 07:45:04 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check before no-op check.
The kernel no-op check bypasses the RSBAC check and notification, but in RSBAC,
setresuid(getuid(), -1, -1) is security relevant and needs to update state.
As a side effect, we now also check before the kernel capability check and
might see more RSBAC messages as a result.
kernel/sys.c | 138 ++++++++++++++++++++++++++++-------------------------------
1 file changed, 66 insertions(+), 72 deletions(-)