Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheckfc.c51 } global_state; variable
93 int bit_pos = get_attr_bit(global_state.sepolicy.pdb, *attributes); in ebitmap_attribute_assertion_init()
159 int rc = sepol_context_from_string(global_state.sepolicy.handle, context, in validate()
166 rc = sepol_context_check(global_state.sepolicy.handle, in validate()
167 global_state.sepolicy.sdb, ctx); in validate()
174 uint32_t len = ebitmap_length(&global_state.assert.set); in validate()
176 res = !is_type_of_attribute_set(global_state.sepolicy.pdb, type_name, in validate()
177 &global_state.assert.set); in validate()
180 dump_char_array(stderr, global_state.assert.attrs); in validate()
213 if (global_state.sepolicy.file) { in cleanup()
[all …]