Searched refs:__is_eff (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 717 static inline bool __is_eff(kuid_t uid, struct cred *cred) in __is_eff() function 721 { return !__is_real(uid, cred) && __is_eff(uid, cred); } in __is_suid() 757 if (__is_eff(root_uid, new) || __is_real(root_uid, new)) { in handle_privileged_root() 765 if (__is_eff(root_uid, new)) in handle_privileged_root() 806 (__is_eff(root, new) || __is_real(root, new)) && in nonroot_raised_pE()
|
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 770 static inline bool __is_eff(kuid_t uid, struct cred *cred) in __is_eff() function 774 { return !__is_real(uid, cred) && __is_eff(uid, cred); } in __is_suid() 810 if (__is_eff(root_uid, new) || __is_real(root_uid, new)) { in handle_privileged_root() 818 if (__is_eff(root_uid, new)) in handle_privileged_root() 859 (__is_eff(root, new) || __is_real(root, new)) && in nonroot_raised_pE()
|
Completed in 4 milliseconds