Searched refs:role_allow (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/selinux/ss/
H A Dpolicydb.h104 struct role_allow { struct
107 struct role_allow *next;
282 struct role_allow *role_allow; member in struct:policydb
H A Dpolicydb.c777 struct role_allow *ra, *lra = NULL;
827 for (ra = p->role_allow; ra; ra = ra->next) {
2436 struct role_allow *ra, *lra;
2665 p->role_allow = ra;
2903 static int role_allow_write(struct role_allow *r, void *fp)
2905 struct role_allow *ra;
3753 rc = role_allow_write(p->role_allow, fp);
H A Dservices.c619 struct role_allow *ra;
698 for (ra = policydb->role_allow; ra; ra = ra->next) {

Completed in 218 milliseconds