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.183
commit de3b9916ee124cd34fb40f6504ae458dade4ad2e
Author: Amon Ott <ao(a)rsbac.org>
Date: Tue Jun 6 08:09:56 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check behind no-op check.
Instead of checking RSBAC first, just disable the no-op check, if RSBAC is
enabled. This also restores correct notification in this special case.
kernel/sys.c | 72 ++++++++++++++++++++++++++++++++----------------------------
1 file changed, 38 insertions(+), 34 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.116
commit 1c5bb0ff44ae272d7ce57cdc7422abfdebcb74cb
Author: Amon Ott <ao(a)rsbac.org>
Date: Tue Jun 6 08:02:25 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check behind no-op check.
Instead of checking RSBAC first, just disable the no-op check, if RSBAC is
enabled. This also restores correct notification in this special case.
kernel/sys.c | 125 +++++++++++++++++++++++++++++++----------------------------
1 file changed, 66 insertions(+), 59 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.33
commit db9a4f727b567a55313c0babfd73bbf05369f88c
Author: Amon Ott <ao(a)rsbac.org>
Date: Tue Jun 6 07:59:56 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check behind no-op check.
Instead of checking RSBAC first, just disable the no-op check, if RSBAC is
enabled. This also restores correct notification in this special case.
kernel/sys.c | 125 +++++++++++++++++++++++++++++++----------------------------
1 file changed, 66 insertions(+), 59 deletions(-)
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.182
commit 904a8b8673689888a257c145bd54221afa478b2b
Author: Amon Ott <ao(a)rsbac.org>
Date: Tue Jun 6 08:09:56 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check behind no-op check.
Instead of checking RSBAC first, just disable the no-op check, if RSBAC is
enabled. This also restores correct notification in this special case.
kernel/sys.c | 72 ++++++++++++++++++++++++++++++++----------------------------
1 file changed, 38 insertions(+), 34 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.115
commit 93494a9e63f02de91ecb9b693a69d353bcf044f2
Author: Amon Ott <ao(a)rsbac.org>
Date: Tue Jun 6 08:02:25 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check behind no-op check.
Instead of checking RSBAC first, just disable the no-op check, if RSBAC is
enabled. This also restores correct notification in this special case.
kernel/sys.c | 125 +++++++++++++++++++++++++++++++----------------------------
1 file changed, 66 insertions(+), 59 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.32
commit ed4e580aaa056560fbf8e44cde20c8e1047bf7e3
Author: Amon Ott <ao(a)rsbac.org>
Date: Tue Jun 6 07:59:56 2023 +0200
__sys_setresuid(), __sys_setresgid(): move RSBAC check behind no-op check.
Instead of checking RSBAC first, just disable the no-op check, if RSBAC is
enabled. This also restores correct notification in this special case.
kernel/sys.c | 125 +++++++++++++++++++++++++++++++----------------------------
1 file changed, 66 insertions(+), 59 deletions(-)
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(-)