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

/linux-master/kernel/
H A Dsys.c417 retval = security_task_fix_setgid(new, old, LSM_SETID_RE);
463 retval = security_task_fix_setgid(new, old, LSM_SETID_ID);
820 retval = security_task_fix_setgid(new, old, LSM_SETID_RES);
930 if (security_task_fix_setgid(new,old,LSM_SETID_FS) == 0)
/linux-master/include/linux/
H A Dsecurity.h445 int security_task_fix_setgid(struct cred *new, const struct cred *old,
1197 static inline int security_task_fix_setgid(struct cred *new, function
/linux-master/security/
H A Dsecurity.c3270 * security_task_fix_setgid() - Update LSM with new group id attributes
3283 int security_task_fix_setgid(struct cred *new, const struct cred *old, function

Completed in 157 milliseconds