aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/lsm.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add LSM syscallsMickaël Salaün2024-02-261-0/+25
Add 3 new system calls available with Linux 6.8: * lsm_set_self_attr() * lsm_get_self_attr() * lsm_list_modules() This helped find these bugs: https://lore.kernel.org/all/20240223190546.3329966-1-mic@digikod.net/ Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>