Home
last modified time | relevance | path

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

/Linux-v5.15/security/
Dcommoncap.c1129 case LSM_SETID_RE: in cap_task_fix_setuid()
/Linux-v5.15/kernel/
Dsys.c402 retval = security_task_fix_setgid(new, old, LSM_SETID_RE); in __sys_setregid()
558 retval = security_task_fix_setuid(new, old, LSM_SETID_RE); in __sys_setreuid()
/Linux-v5.15/include/linux/
Dsecurity.h199 #define LSM_SETID_RE 2 macro