Home
last modified time | relevance | path

Searched refs:avrule_block (Results 1 - 10 of 10) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c164 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 Dpolicydb_validate.c1318 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 Davrule_block.c25 #include <sepol/policydb/avrule_block.h>
H A Dlink.c26 #include <sepol/policydb/avrule_block.h>
50 /* a pointer to within the base module's avrule_block chain to
H A Dexpand.c30 #include <sepol/policydb/avrule_block.h>
H A Dpolicydb.c50 #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 Dhelpers.c28 #include <sepol/policydb/avrule_block.h>
H A Dtest-common.c25 #include <sepol/policydb/avrule_block.h>
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h479 typedef struct avrule_block { struct
485 struct avrule_block *next;
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c18 #include <sepol/policydb/avrule_block.h>

Completed in 26 milliseconds