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.240
commit 1274c621cd17c5cb32534c79c43bf9c959d79939 Author: Amon Ott ao@rsbac.org Date: Fri Jul 18 08:44:24 2025 +0200
rsbac_cap_hide_fd(): always call generic_permission() to avoid Ceph overload Ceph does not seem to handle too many calls to its i_op->permission() well, this leads to many objects being hidden despite correct access rights. The extra checks in ceph_permission() are not really relevant for hiding anyway.
rsbac/help/helpers.c | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-)