Home
last modified time | relevance | path

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

/linux-6.12.1/security/
Dcommoncap.c1129 case LSM_SETID_RES: in cap_task_fix_setuid()
/linux-6.12.1/kernel/
Dsys.c735 retval = security_task_fix_setuid(new, old, LSM_SETID_RES); in __sys_setresuid()
829 retval = security_task_fix_setgid(new, old, LSM_SETID_RES); in __sys_setresgid()
/linux-6.12.1/include/linux/
Dsecurity.h224 #define LSM_SETID_RES 4 macro