Home
last modified time | relevance | path

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

/Linux-v6.6/security/
Dcommoncap.c1128 case LSM_SETID_RES: in cap_task_fix_setuid()
/Linux-v6.6/kernel/
Dsys.c726 retval = security_task_fix_setuid(new, old, LSM_SETID_RES); in __sys_setresuid()
820 retval = security_task_fix_setgid(new, old, LSM_SETID_RES); in __sys_setresgid()
/Linux-v6.6/include/linux/
Dsecurity.h207 #define LSM_SETID_RES 4 macro