Home
last modified time | relevance | path

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

/linux-6.15/security/
H A Dcommoncap.c1156 case LSM_SETID_RE: in cap_task_fix_setuid()
/linux-6.15/kernel/
H A Dsys.c428 retval = security_task_fix_setgid(new, old, LSM_SETID_RE); in __sys_setregid()
589 retval = security_task_fix_setuid(new, old, LSM_SETID_RE); in __sys_setreuid()
/linux-6.15/include/linux/
H A Dsecurity.h247 #define LSM_SETID_RE 2 macro