You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
xattr syscalls
About this tag
The xattr syscalls tag on WindowsForum.com covers discussions about extended attribute system calls, primarily in the context of Linux kernel auditing. A recent thread highlights a patch that fixed an auditing gap where the getxattrat and listxattrat syscalls were not mapped to the read audit class, allowing reads of extended attributes to bypass file-read audit rules. This has implications for security monitoring and compliance, as administrators relying on audit rules could miss logging of sensitive attribute reads. The tag is relevant for those interested in Linux kernel security, auditing, and file system extended attributes.
A recent upstream Linux kernel patch fixed a silent but important auditing gap: the "at" variants of two extended-attribute read syscalls—getxattrat() and listxattrat()—were not listed in the kernel's audit read class, allowing reads of extended attributes to bypass file-read audit rules on...