Searched refs:security_task_fix_setgroups (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dgroups.c148 retval = security_task_fix_setgroups(new, old);
/linux-master/include/linux/
H A Dsecurity.h447 int security_task_fix_setgroups(struct cred *new, const struct cred *old);
1204 static inline int security_task_fix_setgroups(struct cred *new, function
/linux-master/security/
H A Dsecurity.c3290 * security_task_fix_setgroups() - Update LSM with new supplementary groups
3301 int security_task_fix_setgroups(struct cred *new, const struct cred *old) function

Completed in 125 milliseconds