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.244
commit e1559a3fa2ea3df2c504118be4545b640929f180
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(-)
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.279
commit 6d870e59d720c493aae540c9c9fdc38cf1f3bd15
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.9.y.git;a=summary
RSBAC for Linux 4.9 (Long Term)
Current version: 4.9.314
commit 9382477d67f415200050cb0b4a1321402dc6731f
Author: Amon Ott <ao(a)rsbac.org>
Date: Wed Nov 3 13:33:54 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.243
commit 92826e6e9c1eeb494b3d4942963def5e91a18677
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(-)
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.116
commit c269115688871b0d818240302c045ae97e9aec26
Author: Amon Ott <ao(a)rsbac.org>
Date: Fri Mar 25 11:20:13 2022 +0100
Treat value RC_role_use_force_role specially when assigning initial/force role.
Files and dirs can have the special RC initial role value
RC_role_use_force_role, which refers to the force role setting.
When assigning a new initial role, we check whether old and new initial role
value are in the current role's set of assign roles. We must use the force
role value for that check in this case.
If no force role value has been set explicitely, we inherit the root dir
default value. In this special case we allow access without that default
value in the assign roles set of the current role to avoid a
hen-and-egg problem.
rsbac/adf/rc/rc_main.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 69 insertions(+), 6 deletions(-)
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(a)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(-)