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

  /external/selinux/libsepol/src/
assertion.c 99 avrule_t * avrules)
107 if (!avrules) {
108 /* Since assertions are stored in avrules, if it is NULL
114 if (avrules) {
129 for (a = avrules; a != NULL; a = a->next) {
avrule_block.c 98 avrule_list_destroy(x->avrules);
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 70 # Compare two avrules
91 # Compare an two avrules or interface calls
128 rules.extend(node.avrules())
policygen.py 377 for avrule in node.avrules():
interfaces.py 264 for avrule in interface.avrules():
refpolicy.py 110 def avrules(self): member in class:Node
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
output.py 70 # Compare two avrules
91 # Compare an two avrules or interface calls
128 rules.extend(node.avrules())
policygen.py 377 for avrule in node.avrules():
interfaces.py 264 for avrule in interface.avrules():
refpolicy.py 110 def avrules(self): member in class:Node
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
output.py 70 # Compare two avrules
91 # Compare an two avrules or interface calls
128 rules.extend(node.avrules())
policygen.py 377 for avrule in node.avrules():
interfaces.py 264 for avrule in interface.avrules():
refpolicy.py 110 def avrules(self): member in class:Node
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 435 avrule_t *avrules; member in struct:avrule_decl
657 policydb_t * p, avrule_t * avrules);
686 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 563 milliseconds