rsbac.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
List overview
Download
rsbac-commit
January 2024
----- 2025 -----
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
rsbac-commit@rsbac.org
1 participants
36 discussions
Start a n
N
ew thread
linux-6.6.y 6.6.10 commit e95599871e18 Fix various enum related compile warnings and do some cleanups.
by Amon Ott
08 Jan '24
08 Jan '24
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.10 commit e95599871e186b70739c813381dc30811965554b Author: Amon Ott <ao(a)rsbac.org> Date: Mon Jan 8 09:25:37 2024 +0100 Fix various enum related compile warnings and do some cleanups. rsbac/adf/acl/acl_syscalls.c | 24 ++--- rsbac/adf/rc/rc_main.c | 205 ++++++++++++++++--------------------------- rsbac/adf/rc/rc_syscalls.c | 46 +++++----- rsbac/help/acl_getname.c | 8 +- rsbac/help/rc_getname.c | 71 +++++++-------- rsbac/help/syscalls.c | 10 +-- 6 files changed, 152 insertions(+), 212 deletions(-)
1
0
0
0
linux-5.10.y 5.10.206 commit b6b7d9d2c840 Apply min_caps values, not max_caps values, where min_caps are requ
by Amon Ott
08 Jan '24
08 Jan '24
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.206 commit b6b7d9d2c84026bfb544d37ea89dc73c43a2fd69 Author: Amon Ott <ao(a)rsbac.org> Date: Thu Dec 14 13:20:57 2023 +0100 Apply min_caps values, not max_caps values, where min_caps are requested. rsbac/adf/cap/cap_main.c | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-)
1
0
0
0
linux-5.15.y 5.15.146 commit 499b9b90d99a Apply min_caps values, not max_caps values, where min_caps are requ
by Amon Ott
08 Jan '24
08 Jan '24
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.146 commit 499b9b90d99a19a023d46e27c11613ad922dc549 Author: Amon Ott <ao(a)rsbac.org> Date: Thu Dec 14 13:19:29 2023 +0100 Apply min_caps values, not max_caps values, where min_caps are requested. rsbac/adf/cap/cap_main.c | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-)
1
0
0
0
linux-6.1.y 6.1.71 commit 078b8c931901 Fix CAP and JAIL capability logging and learning, use BIT kernel ma
by Amon Ott
08 Jan '24
08 Jan '24
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.71 commit 078b8c931901cb98a256fb89f8f90222952e1d44 Author: Amon Ott <ao(a)rsbac.org> Date: Mon Dec 18 14:53:35 2023 +0100 Fix CAP and JAIL capability logging and learning, use BIT kernel macros. After CAP learning a capability, allow access. Use BIT_ULL() and BIT() macros where useful. include/rsbac/cap_getname.h | 6 +- include/rsbac/log_cap.h | 6 +- kernel/capability.c | 8 +- rsbac/Kconfig | 2 +- rsbac/adf/acl/acl_main.c | 6 +- rsbac/adf/adf_main.c | 26 +++--- rsbac/data_structures/aci_data_structures.c | 88 +++++++++--------- rsbac/data_structures/acl_data_structures.c | 6 +- rsbac/data_structures/gen_lists.c | 138 ++++++++++++++-------------- rsbac/help/cap_getname.c | 52 +++++++---- rsbac/help/jail_getname.c | 8 +- 11 files changed, 183 insertions(+), 163 deletions(-)
1
0
0
0
linux-6.1.y 6.1.70 commit 74d120313c3a Fix CAP and JAIL capability logging and learning, use BIT kernel ma
by Amon Ott
02 Jan '24
02 Jan '24
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.70 commit 74d120313c3a257045ce79a7fe87af3ca153c82e Author: Amon Ott <ao(a)rsbac.org> Date: Mon Dec 18 14:53:35 2023 +0100 Fix CAP and JAIL capability logging and learning, use BIT kernel macros. After CAP learning a capability, allow access. Use BIT_ULL() and BIT() macros where useful. include/rsbac/cap_getname.h | 6 +- include/rsbac/log_cap.h | 6 +- kernel/capability.c | 8 +- rsbac/Kconfig | 2 +- rsbac/adf/acl/acl_main.c | 6 +- rsbac/adf/adf_main.c | 26 +++--- rsbac/data_structures/aci_data_structures.c | 88 +++++++++--------- rsbac/data_structures/acl_data_structures.c | 6 +- rsbac/data_structures/gen_lists.c | 138 ++++++++++++++-------------- rsbac/help/cap_getname.c | 52 +++++++---- rsbac/help/jail_getname.c | 8 +- 11 files changed, 183 insertions(+), 163 deletions(-)
1
0
0
0
linux-6.6.y 6.6.9 commit 61b366e60959 After CAP learning a capability, allow access.
by Amon Ott
02 Jan '24
02 Jan '24
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.9 commit 61b366e60959a733fafaf63145f740441b48b97d Author: Amon Ott <ao(a)rsbac.org> Date: Mon Dec 18 11:42:08 2023 +0100 After CAP learning a capability, allow access. include/rsbac/cap_getname.h | 6 +++--- include/rsbac/log_cap.h | 6 +++--- kernel/capability.c | 8 ++++---- rsbac/adf/adf_main.c | 8 ++++++-- rsbac/help/cap_getname.c | 15 +++++---------- rsbac/help/jail_getname.c | 9 --------- 6 files changed, 21 insertions(+), 31 deletions(-)
1
0
0
0
← Newer
1
2
3
4
Older →
Jump to page:
1
2
3
4
Results per page:
10
25
50
100
200