Home
last modified time | relevance | path

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

/trueos/sys/security/mac/
HDmac_cred.c329 mac_cred_check_setresgid(struct ucred *cred, gid_t rgid, gid_t egid, in mac_cred_check_setresgid() function
HDmac_framework.h120 int mac_cred_check_setresgid(struct ucred *cred, gid_t rgid, gid_t egid,
/trueos/sys/kern/
HDkern_prot.c1118 error = mac_cred_check_setresgid(oldcred, rgid, egid, sgid); in sys_setresgid()