Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h305 typedef struct role_allow_rule { struct
308 struct role_allow_rule *next; argument
/external/selinux/libsepol/src/
Dmodule_to_cil.c1463 static int role_allows_to_cil(int indent, struct policydb *pdb, struct role_allow_rule *rules, stru… in role_allows_to_cil()
1466 struct role_allow_rule *rule; in role_allows_to_cil()
/external/selinux/checkpolicy/
Dpolicy_define.c3271 struct role_allow_rule *ra = 0; in define_role_allow()