Home
last modified time | relevance | path

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

/linux-5.19.10/security/
Dcommoncap.c1132 case LSM_SETID_RE: in cap_task_fix_setuid()
/linux-5.19.10/kernel/
Dsys.c409 retval = security_task_fix_setgid(new, old, LSM_SETID_RE); in __sys_setregid()
570 retval = security_task_fix_setuid(new, old, LSM_SETID_RE); in __sys_setreuid()
/linux-5.19.10/include/linux/
Dsecurity.h201 #define LSM_SETID_RE 2 macro