Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/ss/
Dservices.c1649 struct role_trans *roletr = NULL; in security_compute_sid() local
1779 for (roletr = policydb->role_tr; roletr; in security_compute_sid()
1780 roletr = roletr->next) { in security_compute_sid()
1781 if ((roletr->role == scontext->role) && in security_compute_sid()
1782 (roletr->type == tcontext->type) && in security_compute_sid()
1783 (roletr->tclass == tclass)) { in security_compute_sid()
1785 newcontext.role = roletr->new_role; in security_compute_sid()