Linux 6.17 Released
29 Sep 2025 tags: audit lsm selinuxLinux v6.17 was released on Sunday, September 28th. I already wrote up a post highlighting the LSM, SELinux, and audit changes that were submitted during the merge window. However, there were additional changes that went into Linux v6.17 that are described below.
LSM
- Added two new LSM hooks,
security_inode_file_getattr()
andsecurity_inode_file_setattr()
, to gate theFS_IOC_FSGETXATTR
andFS_IOC_FSSETXATTR
ioctls and their correspondingfile_getattr(2)
andfile_setattr()
syscalls. At present, only SELinux provides access controls for these new LSM hooks using the existingsetattr
andgetattr
file object permissions.
Audit
- Fixed a potential out-of-bounds read in the audit pathname comparison code.