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.107
commit beb06c2b040d79a1f7a7935c8e18e2a318befc09
Author: Amon Ott <ao(a)rsbac.org>
Date: Tue Sep 3 13:08:15 2024 +0200
With "Hide filesystem objects", hide in all places where CAP FD hiding does.
CONFIG_RSBAC_FSOBJ_HIDE hides based on SEARCH right, this means extra
SEARCH requests for all covered items.
fs/ceph/dir.c | 38 +++++++++++++++++-
fs/locks.c | 22 +++++++++++
fs/open.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++------------
3 files changed, 157 insertions(+), 27 deletions(-)
https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.6.y.git;a=summary
RSBAC for Linux 6.6 (Long Term)
Current version: 6.6.48
commit c1568c07a1da5e605cd84406da5ef8c493a54d33
Author: Amon Ott <ao(a)rsbac.org>
Date: Tue Sep 3 10:07:49 2024 +0200
With "Hide filesystem objects", hide in all places where CAP FD hiding does.
CONFIG_RSBAC_FSOBJ_HIDE hides based on SEARCH right, this means extra
SEARCH requests for all covered items.
fs/ceph/dir.c | 38 +++++++++++++++++-
fs/locks.c | 22 +++++++++++
fs/open.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++------------
3 files changed, 157 insertions(+), 27 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.224
commit 45ecf0f294ef81bc2df3fe6bd8b0efbd72ad0d4f
Author: Amon Ott <ao(a)rsbac.org>
Date: Wed Aug 21 13:16:50 2024 +0200
CAP fd hiding: special case for CephFS, call its own permission() function.
rsbac/help/helpers.c | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)