Current version
Git/Latestdiff: 1.5.6
Latest Snapshots
Produced after each commit or rebase to new upstream version
GIT
RSBAC source code, can be unstable sometimes
No events planned
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
home [2024/06/26 06:11] – Recommend 6.6 ao | home [2024/10/29 09:22] (current) – New request types GET_XATTR and MODIFY_XATTR on FD targets ao | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | == New request types GET_XATTR and MODIFY_XATTR on FD targets == | ||
+ | //Tuesday, 29/ | ||
+ | |||
+ | The system call families getxattr() and setxattr() used to be intercepted with requests GET_PERMISSIONS_DATA and MODIFY_PERMISSIONS_DATA. Since extended attributes do much more than Linux access control with ACLs, we needed a way to distinguish these types of access. | ||
+ | |||
+ | I decided to introduce the new request types GET_XATTR and MODIFY_XATTR for them, valid for all FD targets. The changes are in the kernel Git repos for 6.6, 6.1, 5.15 and 5.10 as well as in the rsbac-admin repo for administration. Older kernels remain unchanged. | ||
+ | |||
== RSBAC stable with kernel 6.6 == | == RSBAC stable with kernel 6.6 == | ||
// | // |