https://bugs.kde.org/show_bug.cgi?id=513257
Bug ID: 513257
Summary: Add missing syswraps for lsm_get_self_attr and
lsm_set_list_modules
Classification: Developer tools
Product: valgrind
Version First 3.26 GIT
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Add missing syswraps for lsm_get_self_attr and lsm_set_list_modules.
linux/security/lsm_syscalls.c:
/**
* sys_lsm_list_modules - Return a list of the active security modules
* @ids: the LSM module ids
* @size: pointer to size of @ids, updated on return
* @flags: reserved for future use, must be zero
*
* Returns a list of the active LSM ids. On success this function
* returns the number of @ids array elements. This value may be zero
* if there are no LSMs active. If @size is insufficient to contain
* the return data -E2BIG is returned and @size is set to the minimum
* required size. In all other cases a negative value indicating the
* error is returned.
*/
SYSCALL_DEFINE3(lsm_list_modules, u64 __user *, ids, u32 __user *, size,
u32, flags)
{
...
FTR: https://lwn.net/Articles/919059/
--
You are receiving this mail because:
You are watching all bug changes.