Home
last modified time | relevance | path

Searched refs:scope_index_t (Results 1 – 8 of 8) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h447 } scope_index_t; typedef
463 scope_index_t required; /* symbols needed to activate this block */
464 scope_index_t declared; /* symbols declared within this block */
/third_party/selinux/checkpolicy/
Dmodule_compiler.c739 scope_index_t *scope; in add_perm_to_class()
1142 const scope_index_t * scope) in is_perm_in_scope_index()
1372 const scope_index_t *src_scope = &stack->decl->required; in copy_requirements()
1373 scope_index_t *dest_scope = &dest->required; in copy_requirements()
/third_party/selinux/libsepol/src/
Davrule_block.c77 static void scope_index_destroy(scope_index_t * scope) in scope_index_destroy()
Dlink.c1655 static int copy_scope_index(scope_index_t * src, scope_index_t * dest, in copy_scope_index()
Dpolicydb_validate.c1149 static int validate_scope_index(sepol_handle_t *handle, scope_index_t *scope_index, validate_t flav… in validate_scope_index()
Dwrite.c2020 static int scope_index_write(scope_index_t * scope_index, in scope_index_write()
Dpolicydb.c3946 static int scope_index_read(scope_index_t * scope_index, in scope_index_read()
/third_party/selinux/checkpolicy/test/
Ddismod.c538 static int display_scope_index(scope_index_t * indices, policydb_t * p, in display_scope_index()