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

  /external/selinux/libsepol/src/
avrule_block.c 98 avrule_list_destroy(x->avrules);
assertion.c 525 avrule_t * avrules)
531 if (!avrules) {
532 /* Since assertions are stored in avrules, if it is NULL
538 for (a = avrules; a != NULL; a = a->next) {
expand.c     [all...]
write.c 53 static int avrule_write_list(avrule_t * avrules, struct policy_file *fp);
    [all...]
policydb.c     [all...]
link.c     [all...]
module_to_cil.c     [all...]
  /external/selinux/sepolgen/src/sepolgen/
output.py 74 # Compare two avrules
95 # Compare an two avrules or interface calls
132 rules.extend(node.avrules())
policygen.py 375 for avrule in node.avrules():
interfaces.py 264 for avrule in interface.avrules():
refpolicy.py 109 def avrules(self): member in class:Node
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
output.py 74 # Compare two avrules
95 # Compare an two avrules or interface calls
132 rules.extend(node.avrules())
policygen.py 375 for avrule in node.avrules():
interfaces.py 264 for avrule in interface.avrules():
refpolicy.py 109 def avrules(self): member in class:Node
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 438 avrule_t *avrules; member in struct:avrule_decl
660 policydb_t * p, avrule_t * avrules);
689 extern int avrule_read_list(policydb_t * p, avrule_t ** avrules,
  /external/selinux/checkpolicy/
module_compiler.c 1352 /* currently avrules follow a completely different code path
1353 * for handling avrules and compute types
1360 decl->avrules = avrule;
    [all...]
  /external/selinux/checkpolicy/test/
dismod.c 623 avrule_t *avrule = decl->avrules;

Completed in 212 milliseconds