Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/
H A Dcommoncap.c1063 case LSM_SETID_ID: in cap_task_fix_setuid()
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c452 retval = security_task_fix_setgid(new, old, LSM_SETID_ID); in __sys_setgid()
619 retval = security_task_fix_setuid(new, old, LSM_SETID_ID); in __sys_setuid()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h192 #define LSM_SETID_ID 1 macro