HomeSort by relevance Sort by last modified time
    Searched refs:role_allow_rules (Results 1 - 10 of 10) sorted by null

  /external/selinux/checkpolicy/
module_compiler.h 84 void append_role_allow(role_allow_rule_t * role_allow_rules);
module_compiler.c 1260 void append_role_allow(role_allow_rule_t * role_allow_rules)
1267 role_allow_rules->next = decl->role_allow_rules;
1268 decl->role_allow_rules = role_allow_rules;
    [all...]
  /external/selinux/libsepol/src/
avrule_block.c 103 role_allow_rule_list_destroy(x->role_allow_rules);
link.c     [all...]
write.c     [all...]
expand.c     [all...]
module_to_cil.c     [all...]
policydb.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 458 role_allow_rule_t *role_allow_rules; member in struct:avrule_decl
  /external/selinux/checkpolicy/test/
dismod.c 667 display_role_allow(decl->role_allow_rules, policy,

Completed in 258 milliseconds