Searched refs:avrule_block (Results 1 - 10 of 10) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | module_to_cil.c | 164 struct avrule_block *block; 385 struct avrule_block *block; in typealias_list_create() 1975 static int class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) in class_to_cil() 2106 static int role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) in role_to_cil() 2238 static int type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) in type_to_cil() 2311 static int user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) in user_to_cil() 2362 static int boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) in boolean_to_cil() 2380 static int sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) in sens_to_cil() 2424 static int cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) in cat_to_cil() 3376 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *bloc [all...] |
H A D | policydb_validate.c | 1318 static int validate_avrule_blocks(sepol_handle_t *handle, const avrule_block_t *avrule_block, const policydb_t *p, validate_t flavors[]) in validate_avrule_blocks() argument 1322 for (; avrule_block; avrule_block = avrule_block->next) { in validate_avrule_blocks() 1323 for (decl = avrule_block->branch_list; decl != NULL; decl = decl->next) { in validate_avrule_blocks() 1344 switch (avrule_block->flags) { in validate_avrule_blocks()
|
H A D | avrule_block.c | 25 #include <sepol/policydb/avrule_block.h>
|
H A D | link.c | 26 #include <sepol/policydb/avrule_block.h> 50 /* a pointer to within the base module's avrule_block chain to
|
H A D | expand.c | 30 #include <sepol/policydb/avrule_block.h>
|
H A D | policydb.c | 50 #include <sepol/policydb/avrule_block.h> 1635 /* Declare a symbol for a certain avrule_block context. Insert it
|
/third_party/selinux/libsepol/tests/ |
H A D | helpers.c | 28 #include <sepol/policydb/avrule_block.h>
|
H A D | test-common.c | 25 #include <sepol/policydb/avrule_block.h>
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | policydb.h | 479 typedef struct avrule_block { struct 485 struct avrule_block *next;
|
/third_party/selinux/checkpolicy/ |
H A D | module_compiler.c | 18 #include <sepol/policydb/avrule_block.h>
|
Completed in 26 milliseconds