Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c406 retval = security_task_fix_setgid(new, old, LSM_SETID_RE); in __sys_setregid()
452 retval = security_task_fix_setgid(new, old, LSM_SETID_ID); in __sys_setgid()
777 retval = security_task_fix_setgid(new, old, LSM_SETID_RES); in __sys_setresgid()
887 if (security_task_fix_setgid(new,old,LSM_SETID_FS) == 0) in __sys_setfsgid()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h404 int security_task_fix_setgid(struct cred *new, const struct cred *old,
1070 static inline int security_task_fix_setgid(struct cred *new, in security_task_fix_setgid() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1718 int security_task_fix_setgid(struct cred *new, const struct cred *old, in security_task_fix_setgid() function